#857BC0

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

Shades of Moody Blue #857BC0

Tints of Moody Blue #857BC0

Color information

#857BC0 (or 0x857BC0) is unknown color: approx Moody Blue. HEX triplet: 85, 7B and C0. RGB value is (133,123,192). Sum of RGB (Red+Green+Blue) = 133+123+192=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #857BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BC0 is #7A843F. Grayscale: #858585. Windows color (decimal): -8029248 or 12614533. OLE color: 12614533.

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

Color convert

RGB133123192-
CMYK0.310.3600.25
HSL248.7º35.38%61.76%-
HSV(B)248.7º35.94%75.29%-
XYZ26.2722.9652.92-
YUV133.86160.81127.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=29.69%
G=27.46%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331231920.310.3600.25248.735.3861.76
Hex857BC01F24019f9233e
Octal20517330037440313714376
Binary100001011111011110000001111110010001100111111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,192); }

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

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

 a { background-color: rgb(133,123,192); }

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

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

 span { border-color: rgb(133,123,192); }

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