#817FB4

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

Shades of Moody Blue #817FB4

Tints of Moody Blue #817FB4

Color information

#817FB4 (or 0x817FB4) is unknown color: approx Moody Blue. HEX triplet: 81, 7F and B4. RGB value is (129,127,180). Sum of RGB (Red+Green+Blue) = 129+127+180=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #817FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817FB4 is #7E804B. Grayscale: #858585. Windows color (decimal): -8290380 or 11829121. OLE color: 11829121.

HSL color Cylindrical-coordinate representation of color #817FB4: hue angle of 242.26º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #817FB4 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB129127180-
CMYK0.280.2900.29
HSL242.26º26.11%60.2%-
HSV(B)242.26º29.44%70.59%-
XYZ24.8823.1446.34-
YUV133.64154.16124.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=29.59%
G=29.13%
B=41.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291271800.280.2900.29242.2626.1160.2
Hex817FB41C1D01Df21a3c
Octal20117726434350353623274
Binary1000000111111111011010011100111010111011111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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