#817FAE

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

Shades of Moody Blue #817FAE

Tints of Moody Blue #817FAE

Color information

#817FAE (or 0x817FAE) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and AE. RGB value is (129,127,174). Sum of RGB (Red+Green+Blue) = 129+127+174=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #817FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAE is #7E8051. Grayscale: #848484. Windows color (decimal): -8290386 or 11435905. OLE color: 11435905.

HSL color Cylindrical-coordinate representation of color #817FAE: hue angle of 242.55º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817FAE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129127174-
CMYK0.260.2700.32
HSL242.55º22.49%59.02%-
HSV(B)242.55º27.01%68.24%-
XYZ24.2822.943.19-
YUV132.96151.16125.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=30%
G=29.53%
B=40.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291271740.260.2700.32242.5522.4959.02
Hex817FAE1A1B020f3163b
Octal20117725632330403632673
Binary10000001111111110101110110101101101000001111001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,174); }

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

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

 a { background-color: rgb(129,127,174); }

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

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

 span { border-color: rgb(129,127,174); }

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