#816EBB

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

Shades of Moody Blue #816EBB

Tints of Moody Blue #816EBB

Color information

#816EBB (or 0x816EBB) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and BB. RGB value is (129,110,187). Sum of RGB (Red+Green+Blue) = 129+110+187=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #816EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBB is #7E9144. Grayscale: #7C7C7C. Windows color (decimal): -8294725 or 12283521. OLE color: 12283521.

HSL color Cylindrical-coordinate representation of color #816EBB: hue angle of 254.81º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816EBB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129110187-
CMYK0.310.4100.27
HSL254.81º36.15%58.24%-
HSV(B)254.81º41.18%73.33%-
XYZ23.619.4149.52-
YUV124.46163.29131.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=30.28%
G=25.82%
B=43.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291101870.310.4100.27254.8136.1558.24
Hex816EBB1F2901Bff243a
Octal20115627337510333774472
Binary100000011101110101110111111110100101101111111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,110,187); }

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

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

 a { background-color: rgb(129,110,187); }

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

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

 span { border-color: rgb(129,110,187); }

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