#857cbd

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

Shades of Moody Blue #857CBD

Tints of Moody Blue #857CBD

Color information

#857CBD (or 0x857CBD) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and BD. RGB value is (133,124,189). Sum of RGB (Red+Green+Blue) = 133+124+189=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #857CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBD is #7A8342. Grayscale: #858585. Windows color (decimal): -8028995 or 12418181. OLE color: 12418181.

HSL color Cylindrical-coordinate representation of color #857CBD: hue angle of 248.31º degrees, saturation: 0.33, 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 #857CBD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133124189-
CMYK0.300.3400.26
HSL248.31º32.99%61.37%-
HSV(B)248.31º34.39%74.12%-
XYZ26.0723.0851.22-
YUV134.1158.98127.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=29.82%
G=27.80%
B=42.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331241890.300.3400.26248.3132.9961.37
Hex857CBD1E2201Af8213d
Octal20517427536420323704175
Binary100001011111100101111011111010001001101011111000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,189); }

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

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

 a { background-color: rgb(133,124,189); }

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

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

 span { border-color: rgb(133,124,189); }

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