#817DBF

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

Shades of Moody Blue #817DBF

Tints of Moody Blue #817DBF

Color information

#817DBF (or 0x817DBF) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and BF. RGB value is (129,125,191). Sum of RGB (Red+Green+Blue) = 129+125+191=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #817DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DBF is #7E8240. Grayscale: #858585. Windows color (decimal): -8290881 or 12549505. OLE color: 12549505.

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

Color convert

RGB129125191-
CMYK0.320.3500.25
HSL243.64º34.02%61.96%-
HSV(B)243.64º34.55%74.9%-
XYZ25.7923.152.39-
YUV133.72160.33124.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 191 (75% from 255) = 42.92%
R=28.99%
G=28.09%
B=42.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291251910.320.3500.25243.6434.0261.96
Hex817DBF2023019f4223e
Octal20117527740430313644276
Binary1000000111111011011111110000010001101100111110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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