#857AB7

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

Shades of Moody Blue #857AB7

Tints of Moody Blue #857AB7

Color information

#857AB7 (or 0x857AB7) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and B7. RGB value is (133,122,183). Sum of RGB (Red+Green+Blue) = 133+122+183=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #857AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857AB7 is #7A8548. Grayscale: #848484. Windows color (decimal): -8029513 or 12024453. OLE color: 12024453.

HSL color Cylindrical-coordinate representation of color #857AB7: hue angle of 250.82º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #857AB7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB133122183-
CMYK0.270.3300.28
HSL250.82º29.76%59.8%-
HSV(B)250.82º33.33%71.76%-
XYZ25.1822.3247.78-
YUV132.24156.64128.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=30.37%
G=27.85%
B=41.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331221830.270.3300.28250.8229.7659.8
Hex857AB71B2101Cfb1e3c
Octal20517226733410343733674
Binary10000101111101010110111110111000010111001111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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