#857ABE

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

Shades of Moody Blue #857ABE

Tints of Moody Blue #857ABE

Color information

#857ABE (or 0x857ABE) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and BE. RGB value is (133,122,190). Sum of RGB (Red+Green+Blue) = 133+122+190=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #857ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABE is #7A8541. Grayscale: #848484. Windows color (decimal): -8029506 or 12483205. OLE color: 12483205.

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

Color convert

RGB133122190-
CMYK0.30.3600.25
HSL249.71º34.34%61.18%-
HSV(B)249.71º35.79%74.51%-
XYZ25.9322.6251.72-
YUV133.04160.14127.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=29.89%
G=27.42%
B=42.70%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331221900.30.3600.25249.7134.3461.18
Hex857ABE1E24019fa223d
Octal20517227636440313724275
Binary100001011111010101111101111010010001100111111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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