#857ABA

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

Shades of Moody Blue #857ABA

Tints of Moody Blue #857ABA

Color information

#857ABA (or 0x857ABA) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and BA. RGB value is (133,122,186). Sum of RGB (Red+Green+Blue) = 133+122+186=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #857ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABA is #7A8545. Grayscale: #848484. Windows color (decimal): -8029510 or 12221061. OLE color: 12221061.

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

Color convert

RGB133122186-
CMYK0.280.3400.27
HSL250.31º31.68%60.39%-
HSV(B)250.31º34.41%72.94%-
XYZ25.522.4549.44-
YUV132.58158.14128.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=30.16%
G=27.66%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331221860.280.3400.27250.3131.6860.39
Hex857ABA1C2201Bfa203c
Octal20517227234420333724074
Binary100001011111010101110101110010001001101111111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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