#817DDB

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

Shades of Moody Blue #817DDB

Tints of Moody Blue #817DDB

Color information

#817DDB (or 0x817DDB) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and DB. RGB value is (129,125,219). Sum of RGB (Red+Green+Blue) = 129+125+219=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #817DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DDB is #7E8224. Grayscale: #888888. Windows color (decimal): -8290853 or 14384513. OLE color: 14384513.

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

Color convert

RGB129125219-
CMYK0.410.4300.14
HSL242.55º56.63%67.45%-
HSV(B)242.55º42.92%85.88%-
XYZ29.1724.4570.2-
YUV136.91174.33122.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=27.27%
G=26.43%
B=46.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291252190.410.4300.14242.5556.6367.45
Hex817DDB292B0Ef33943
Octal201175333515301636371103
Binary1000000111111011101101110100110101101110111100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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