#817EBC

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

Shades of Moody Blue #817EBC

Tints of Moody Blue #817EBC

Color information

#817EBC (or 0x817EBC) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and BC. RGB value is (129,126,188). Sum of RGB (Red+Green+Blue) = 129+126+188=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #817EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EBC is #7E8143. Grayscale: #858585. Windows color (decimal): -8290628 or 12353153. OLE color: 12353153.

HSL color Cylindrical-coordinate representation of color #817EBC: hue angle of 242.9º 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 #817EBC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129126188-
CMYK0.310.3300.26
HSL242.9º31.63%61.57%-
HSV(B)242.9º32.98%73.73%-
XYZ25.5923.2250.71-
YUV133.96158.49124.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=29.12%
G=28.44%
B=42.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291261880.310.3300.26242.931.6361.57
Hex817EBC1F2101Af3203e
Octal20117627437410323634076
Binary100000011111110101111001111110000101101011110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817EBC; }

 p { color: rgb(129,126,188); }

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

<style>
 a { background-color: #817EBC; }

 a { background-color: rgb(129,126,188); }

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

<style>
 span { border-color: #817EBC; }

 span { border-color: rgb(129,126,188); }

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