#857BCE

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

Shades of Moody Blue #857BCE

Tints of Moody Blue #857BCE

Color information

#857BCE (or 0x857BCE) is unknown color: approx Moody Blue. HEX triplet: 85, 7B and CE. RGB value is (133,123,206). Sum of RGB (Red+Green+Blue) = 133+123+206=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #857BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BCE is #7A8431. Grayscale: #878787. Windows color (decimal): -8029234 or 13532037. OLE color: 13532037.

HSL color Cylindrical-coordinate representation of color #857BCE: hue angle of 247.23º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857BCE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133123206-
CMYK0.350.4000.19
HSL247.23º45.86%64.51%-
HSV(B)247.23º40.29%80.78%-
XYZ27.923.6161.48-
YUV135.45167.81126.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=28.79%
G=26.62%
B=44.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331232060.350.4000.19247.2345.8664.51
Hex857BCE2328013f72e41
Octal205173316435002336756101
Binary10000101111101111001110100011101000010011111101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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