#7F6CCE

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

Shades of Moody Blue #7F6CCE

Tints of Moody Blue #7F6CCE

Color information

#7F6CCE (or 0x7F6CCE) is unknown color: approx Moody Blue. HEX triplet: 7F, 6C and CE. RGB value is (127,108,206). Sum of RGB (Red+Green+Blue) = 127+108+206=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F6CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CCE is #809331. Grayscale: #7C7C7C. Windows color (decimal): -8426290 or 13528191. OLE color: 13528191.

HSL color Cylindrical-coordinate representation of color #7F6CCE: hue angle of 251.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6CCE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127108206-
CMYK0.380.4800.19
HSL251.63º50%61.57%-
HSV(B)251.63º47.57%80.78%-
XYZ25.2619.6960.86-
YUV124.85173.79129.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=28.80%
G=24.49%
B=46.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271082060.380.4800.19251.635061.57
Hex7F6CCE2630013fc323e
Octal17715431646600233746276
Binary111111111011001100111010011011000001001111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,206); }

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

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

 a { background-color: rgb(127,108,206); }

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

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

 span { border-color: rgb(127,108,206); }

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