#857DBC

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

Shades of Moody Blue #857DBC

Tints of Moody Blue #857DBC

Color information

#857DBC (or 0x857DBC) is unknown color: approx Moody Blue. HEX triplet: 85, 7D and BC. RGB value is (133,125,188). Sum of RGB (Red+Green+Blue) = 133+125+188=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #857DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857DBC is #7A8243. Grayscale: #868686. Windows color (decimal): -8028740 or 12352901. OLE color: 12352901.

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

Color convert

RGB133125188-
CMYK0.290.3400.26
HSL247.62º31.98%61.37%-
HSV(B)247.62º33.51%73.73%-
XYZ26.0823.2850.7-
YUV134.57158.15126.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=29.82%
G=28.03%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331251880.290.3400.26247.6231.9861.37
Hex857DBC1D2201Af8203d
Octal20517527435420323704075
Binary100001011111101101111001110110001001101011111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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