#857CCA

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

Shades of Moody Blue #857CCA

Tints of Moody Blue #857CCA

Color information

#857CCA (or 0x857CCA) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and CA. RGB value is (133,124,202). Sum of RGB (Red+Green+Blue) = 133+124+202=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #857CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CCA is #7A8335. Grayscale: #878787. Windows color (decimal): -8028982 or 13270149. OLE color: 13270149.

HSL color Cylindrical-coordinate representation of color #857CCA: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857CCA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133124202-
CMYK0.340.3900.21
HSL246.92º42.39%63.92%-
HSV(B)246.92º38.61%79.22%-
XYZ27.5423.6758.99-
YUV135.58165.48126.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=28.98%
G=27.02%
B=44.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331242020.340.3900.21246.9242.3963.92
Hex857CCA2227015f72a40
Octal205174312424702536752100
Binary10000101111110011001010100010100111010101111101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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