#857AC0

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

Shades of Moody Blue #857AC0

Tints of Moody Blue #857AC0

Color information

#857AC0 (or 0x857AC0) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and C0. RGB value is (133,122,192). Sum of RGB (Red+Green+Blue) = 133+122+192=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #857AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AC0 is #7A853F. Grayscale: #858585. Windows color (decimal): -8029504 or 12614277. OLE color: 12614277.

HSL color Cylindrical-coordinate representation of color #857AC0: hue angle of 249.43º degrees, saturation: 0.36, 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 #857AC0 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133122192-
CMYK0.310.3600.25
HSL249.43º35.71%61.57%-
HSV(B)249.43º36.46%75.29%-
XYZ26.1522.7152.87-
YUV133.27161.14127.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 192 (75.39% from 255) = 42.95%
R=29.75%
G=27.29%
B=42.95%

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
Decimal1331221920.310.3600.25249.4335.7161.57
Hex857AC01F24019f9243e
Octal20517230037440313714476
Binary100001011111010110000001111110010001100111111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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