#817BDB

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

Shades of Moody Blue #817BDB

Tints of Moody Blue #817BDB

Color information

#817BDB (or 0x817BDB) is unknown color: approx Moody Blue. HEX triplet: 81, 7B and DB. RGB value is (129,123,219). Sum of RGB (Red+Green+Blue) = 129+123+219=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #817BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817BDB is #7E8424. Grayscale: #878787. Windows color (decimal): -8291365 or 14384001. OLE color: 14384001.

HSL color Cylindrical-coordinate representation of color #817BDB: hue angle of 243.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817BDB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129123219-
CMYK0.410.4400.14
HSL243.75º57.14%67.06%-
HSV(B)243.75º43.84%85.88%-
XYZ28.9223.9570.12-
YUV135.74174.99123.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=27.39%
G=26.11%
B=46.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291232190.410.4400.14243.7557.1467.06
Hex817BDB292C0Ef43943
Octal201173333515401636471103
Binary1000000111110111101101110100110110001110111101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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