#7F81CB

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

Shades of Moody Blue #7F81CB

Tints of Moody Blue #7F81CB

Color information

#7F81CB (or 0x7F81CB) is unknown color: approx Moody Blue. HEX triplet: 7F, 81 and CB. RGB value is (127,129,203). Sum of RGB (Red+Green+Blue) = 127+129+203=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F81CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F81CB is #807E34. Grayscale: #888888. Windows color (decimal): -8420917 or 13336959. OLE color: 13336959.

HSL color Cylindrical-coordinate representation of color #7F81CB: hue angle of 238.42º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F81CB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127129203-
CMYK0.370.3600.20
HSL238.42º42.22%64.71%-
HSV(B)238.42º37.44%79.61%-
XYZ27.3824.5259.79-
YUV136.84165.34120.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=27.67%
G=28.10%
B=44.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271292030.370.3600.20238.4242.2264.71
Hex7F81CB2524014ee2a41
Octal177201313454402435652101
Binary11111111000000111001011100101100100010100111011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,129,203); }

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

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

 a { background-color: rgb(127,129,203); }

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

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

 span { border-color: rgb(127,129,203); }

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