#817CB9

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

Shades of Moody Blue #817CB9

Tints of Moody Blue #817CB9

Color information

#817CB9 (or 0x817CB9) is unknown color: approx Moody Blue. HEX triplet: 81, 7C and B9. RGB value is (129,124,185). Sum of RGB (Red+Green+Blue) = 129+124+185=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #817CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817CB9 is #7E8346. Grayscale: #848484. Windows color (decimal): -8291143 or 12156033. OLE color: 12156033.

HSL color Cylindrical-coordinate representation of color #817CB9: hue angle of 244.92º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817CB9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129124185-
CMYK0.300.3300.27
HSL244.92º30.35%60.59%-
HSV(B)244.92º32.97%72.55%-
XYZ25.0222.5948.94-
YUV132.45157.66125.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=29.45%
G=28.31%
B=42.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291241850.300.3300.27244.9230.3560.59
Hex817CB91E2101Bf51e3d
Octal20117427136410333653675
Binary10000001111110010111001111101000010110111111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,124,185); }

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

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

 a { background-color: rgb(129,124,185); }

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

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

 span { border-color: rgb(129,124,185); }

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