#817EB0

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

Shades of Moody Blue #817EB0

Tints of Moody Blue #817EB0

Color information

#817EB0 (or 0x817EB0) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and B0. RGB value is (129,126,176). Sum of RGB (Red+Green+Blue) = 129+126+176=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #817EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EB0 is #7E814F. Grayscale: #848484. Windows color (decimal): -8290640 or 11566721. OLE color: 11566721.

HSL color Cylindrical-coordinate representation of color #817EB0: hue angle of 243.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817EB0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129126176-
CMYK0.270.2800.31
HSL243.6º24.04%59.22%-
HSV(B)243.6º28.41%69.02%-
XYZ24.3522.7244.18-
YUV132.6152.49125.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=29.93%
G=29.23%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291261760.270.2800.31243.624.0459.22
Hex817EB01B1C01Ff4183b
Octal20117626033340373643073
Binary1000000111111101011000011011111000111111111010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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