#857AB4

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

Shades of Moody Blue #857AB4

Tints of Moody Blue #857AB4

Color information

#857AB4 (or 0x857AB4) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and B4. RGB value is (133,122,180). Sum of RGB (Red+Green+Blue) = 133+122+180=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #857AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AB4 is #7A854B. Grayscale: #838383. Windows color (decimal): -8029516 or 11827845. OLE color: 11827845.

HSL color Cylindrical-coordinate representation of color #857AB4: hue angle of 251.38º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #857AB4 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133122180-
CMYK0.260.3200.29
HSL251.38º27.88%59.22%-
HSV(B)251.38º32.22%70.59%-
XYZ24.8722.246.15-
YUV131.9155.14128.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=30.57%
G=28.05%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331221800.260.3200.29251.3827.8859.22
Hex857AB41A2001Dfb1c3b
Octal20517226432400353733473
Binary10000101111101010110100110101000000111011111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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