#816FBD

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

Shades of Moody Blue #816FBD

Tints of Moody Blue #816FBD

Color information

#816FBD (or 0x816FBD) is unknown color: approx Moody Blue. HEX triplet: 81, 6F and BD. RGB value is (129,111,189). Sum of RGB (Red+Green+Blue) = 129+111+189=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #816FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FBD is #7E9042. Grayscale: #7C7C7C. Windows color (decimal): -8294467 or 12414849. OLE color: 12414849.

HSL color Cylindrical-coordinate representation of color #816FBD: hue angle of 253.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816FBD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129111189-
CMYK0.320.4100.26
HSL253.85º37.14%58.82%-
HSV(B)253.85º41.27%74.12%-
XYZ23.9219.7150.69-
YUV125.27163.96130.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=30.07%
G=25.87%
B=44.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291111890.320.4100.26253.8537.1458.82
Hex816FBD202901Afe253b
Octal20115727540510323764573
Binary1000000111011111011110110000010100101101011111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816FBD; }

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

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

<style>
 a { background-color: #816FBD; }

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

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

<style>
 span { border-color: #816FBD; }

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

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