#7f6dc7

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

Shades of Moody Blue #7F6DC7

Tints of Moody Blue #7F6DC7

Color information

#7F6DC7 (or 0x7F6DC7) is unknown color: approx Moody Blue. HEX triplet: 7F, 6D and C7. RGB value is (127,109,199). Sum of RGB (Red+Green+Blue) = 127+109+199=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #7F6DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DC7 is #809238. Grayscale: #7C7C7C. Windows color (decimal): -8426041 or 13069695. OLE color: 13069695.

HSL color Cylindrical-coordinate representation of color #7F6DC7: hue angle of 252º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F6DC7 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127109199-
CMYK0.360.4500.22
HSL252º44.55%60.39%-
HSV(B)252º45.23%78.04%-
XYZ24.5319.5756.52-
YUV124.64169.96129.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 199 (78.12% from 255) = 45.75%
R=29.20%
G=25.06%
B=45.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271091990.360.4500.2225244.5560.39
Hex7F6DC7242D016fc2d3c
Octal17715530744550263745574
Binary111111111011011100011110010010110101011011111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f6dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,109,199); }

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

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

 a { background-color: rgb(127,109,199); }

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

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

 span { border-color: rgb(127,109,199); }

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