#7F81BD

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

Shades of Moody Blue #7F81BD

Tints of Moody Blue #7F81BD

Color information

#7F81BD (or 0x7F81BD) is unknown color: approx Moody Blue. HEX triplet: 7F, 81 and BD. RGB value is (127,129,189). Sum of RGB (Red+Green+Blue) = 127+129+189=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F81BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F81BD is #807E42. Grayscale: #878787. Windows color (decimal): -8420931 or 12419455. OLE color: 12419455.

HSL color Cylindrical-coordinate representation of color #7F81BD: hue angle of 238.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F81BD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127129189-
CMYK0.330.3200.26
HSL238.06º31.96%61.96%-
HSV(B)238.06º32.8%74.12%-
XYZ25.7923.8951.4-
YUV135.24158.34122.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.54%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=28.54%
G=28.99%
B=42.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271291890.330.3200.26238.0631.9661.96
Hex7F81BD212001Aee203e
Octal17720127541400323564076
Binary1111111100000011011110110000110000001101011101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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