#817EAF

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

Shades of Moody Blue #817EAF

Tints of Moody Blue #817EAF

Color information

#817EAF (or 0x817EAF) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and AF. RGB value is (129,126,175). Sum of RGB (Red+Green+Blue) = 129+126+175=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #817EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAF is #7E8150. Grayscale: #848484. Windows color (decimal): -8290641 or 11501185. OLE color: 11501185.

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

Color convert

RGB129126175-
CMYK0.260.2800.31
HSL243.67º23.44%59.02%-
HSV(B)243.67º28%68.63%-
XYZ24.2522.6843.66-
YUV132.48151.99125.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=30%
G=29.30%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291261750.260.2800.31243.6723.4459.02
Hex817EAF1A1C01Ff4173b
Octal20117625732340373642773
Binary1000000111111101010111111010111000111111111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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