#817DBD

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

Shades of Moody Blue #817DBD

Tints of Moody Blue #817DBD

Color information

#817DBD (or 0x817DBD) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and BD. RGB value is (129,125,189). Sum of RGB (Red+Green+Blue) = 129+125+189=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #817DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DBD is #7E8242. Grayscale: #858585. Windows color (decimal): -8290883 or 12418433. OLE color: 12418433.

HSL color Cylindrical-coordinate representation of color #817DBD: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817DBD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129125189-
CMYK0.320.3400.26
HSL243.75º32.65%61.57%-
HSV(B)243.75º33.86%74.12%-
XYZ25.5723.0151.24-
YUV133.49159.33124.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=29.12%
G=28.22%
B=42.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291251890.320.3400.26243.7532.6561.57
Hex817DBD202201Af4213e
Octal20117527540420323644176
Binary1000000111111011011110110000010001001101011110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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