#7F6BD0

Color #7F6BD0 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7F6BD0

Tints of Moody Blue #7F6BD0

Color information

#7F6BD0 (or 0x7F6BD0) is unknown color: approx Moody Blue. HEX triplet: 7F, 6B and D0. RGB value is (127,107,208). Sum of RGB (Red+Green+Blue) = 127+107+208=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F6BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BD0 is #80942F. Grayscale: #7C7C7C. Windows color (decimal): -8426544 or 13659007. OLE color: 13659007.

HSL color Cylindrical-coordinate representation of color #7F6BD0: hue angle of 251.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F6BD0 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127107208-
CMYK0.390.4900.18
HSL251.88º51.79%61.76%-
HSV(B)251.88º48.56%81.57%-
XYZ25.419.5862.12-
YUV124.49175.13129.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 208 (81.64% from 255) = 47.06%
R=28.73%
G=24.21%
B=47.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271072080.390.4900.18251.8851.7961.76
Hex7F6BD02731012fc343e
Octal17715332047610223746476
Binary111111111010111101000010011111000101001011111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6BD0; }

 p { color: rgb(127,107,208); }

 H1.HeaderClassName
 {
   color: #7F6BD0;
 }
 .AnyTagClassName
 {
   color: #7F6BD0;
 }
</style>
background-color css

<style>
 a { background-color: #7F6BD0; }

 a { background-color: rgb(127,107,208); }

 div.DivClassName
 {
   background-color: #7F6BD0;
 }
 .BgClassName
 {
   background-color: #7F6BD0;
 }
</style>
border-color css

<style>
 span { border-color: #7F6BD0; }

 span { border-color: rgb(127,107,208); }

 td.TdClassName
 {
   border-color: #7F6BD0;
 }
 .TagClassName
 {
   border-color: #7F6BD0;
 }
</style>