#857CBC

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

Shades of Moody Blue #857CBC

Tints of Moody Blue #857CBC

Color information

#857CBC (or 0x857CBC) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and BC. RGB value is (133,124,188). Sum of RGB (Red+Green+Blue) = 133+124+188=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #857CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBC is #7A8343. Grayscale: #858585. Windows color (decimal): -8028996 or 12352645. OLE color: 12352645.

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

Color convert

RGB133124188-
CMYK0.290.3400.26
HSL248.44º32.32%61.18%-
HSV(B)248.44º34.04%73.73%-
XYZ25.9623.0350.65-
YUV133.99158.48127.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=29.89%
G=27.87%
B=42.25%

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
Decimal1331241880.290.3400.26248.4432.3261.18
Hex857CBC1D2201Af8203d
Octal20517427435420323704075
Binary100001011111100101111001110110001001101011111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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