#817FAF

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

Shades of Moody Blue #817FAF

Tints of Moody Blue #817FAF

Color information

#817FAF (or 0x817FAF) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and AF. RGB value is (129,127,175). Sum of RGB (Red+Green+Blue) = 129+127+175=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #817FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817FAF is #7E8050. Grayscale: #848484. Windows color (decimal): -8290385 or 11501441. OLE color: 11501441.

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

Color convert

RGB129127175-
CMYK0.260.2700.31
HSL242.5º23.08%59.22%-
HSV(B)242.5º27.43%68.63%-
XYZ24.3822.9443.7-
YUV133.07151.66125.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.93%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=29.93%
G=29.47%
B=40.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291271750.260.2700.31242.523.0859.22
Hex817FAF1A1B01Ff3173b
Octal20117725732330373632773
Binary1000000111111111010111111010110110111111111001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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