#857DD9

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

Shades of Moody Blue #857DD9

Tints of Moody Blue #857DD9

Color information

#857DD9 (or 0x857DD9) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and D9. RGB value is (133,125,217). Sum of RGB (Red+Green+Blue) = 133+125+217=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #857DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DD9 is #7A8226. Grayscale: #898989. Windows color (decimal): -8028711 or 14253445. OLE color: 14253445.

HSL color Cylindrical-coordinate representation of color #857DD9: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857DD9 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133125217-
CMYK0.390.4200.15
HSL245.22º54.76%67.06%-
HSV(B)245.22º42.4%85.1%-
XYZ29.5324.6668.85-
YUV137.88172.65124.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=28%
G=26.32%
B=45.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331252170.390.4200.15245.2254.7667.06
Hex857DD9272A0Ff53743
Octal205175331475201736567103
Binary1000010111111011101100110011110101001111111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857DD9; }

 p { color: rgb(133,125,217); }

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

<style>
 a { background-color: #857DD9; }

 a { background-color: rgb(133,125,217); }

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

<style>
 span { border-color: #857DD9; }

 span { border-color: rgb(133,125,217); }

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