#817DBE

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

Shades of Moody Blue #817DBE

Tints of Moody Blue #817DBE

Color information

#817DBE (or 0x817DBE) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and BE. RGB value is (129,125,190). Sum of RGB (Red+Green+Blue) = 129+125+190=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #817DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DBE is #7E8241. Grayscale: #858585. Windows color (decimal): -8290882 or 12483969. OLE color: 12483969.

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

Color convert

RGB129125190-
CMYK0.320.3400.25
HSL243.69º33.33%61.76%-
HSV(B)243.69º34.21%74.51%-
XYZ25.6823.0551.81-
YUV133.61159.83124.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=29.05%
G=28.15%
B=42.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291251900.320.3400.25243.6933.3361.76
Hex817DBE2022019f4213e
Octal20117527640420313644176
Binary1000000111111011011111010000010001001100111110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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