#817BD2

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

Shades of Moody Blue #817BD2

Tints of Moody Blue #817BD2

Color information

#817BD2 (or 0x817BD2) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and D2. RGB value is (129,123,210). Sum of RGB (Red+Green+Blue) = 129+123+210=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #817BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BD2 is #7E842D. Grayscale: #868686. Windows color (decimal): -8291374 or 13794177. OLE color: 13794177.

HSL color Cylindrical-coordinate representation of color #817BD2: hue angle of 244.14º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #817BD2 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129123210-
CMYK0.390.4100.18
HSL244.14º49.15%65.29%-
HSV(B)244.14º41.43%82.35%-
XYZ27.7723.4964.04-
YUV134.71170.49123.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 210 (82.42% from 255) = 45.45%
R=27.92%
G=26.62%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291232100.390.4100.18244.1449.1565.29
Hex817BD22729012f43141
Octal201173322475102236461101
Binary10000001111101111010010100111101001010010111101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,123,210); }

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

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

 a { background-color: rgb(129,123,210); }

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

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

 span { border-color: rgb(129,123,210); }

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