#857ADA

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

Shades of Moody Blue #857ADA

Tints of Moody Blue #857ADA

Color information

#857ADA (or 0x857ADA) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and DA. RGB value is (133,122,218). Sum of RGB (Red+Green+Blue) = 133+122+218=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #857ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ADA is #7A8525. Grayscale: #878787. Windows color (decimal): -8029478 or 14318213. OLE color: 14318213.

HSL color Cylindrical-coordinate representation of color #857ADA: hue angle of 246.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #857ADA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133122218-
CMYK0.390.4400.15
HSL246.88º56.47%66.67%-
HSV(B)246.88º44.04%85.49%-
XYZ29.2923.9769.41-
YUV136.23174.14125.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=28.12%
G=25.79%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331222180.390.4400.15246.8856.4766.67
Hex857ADA272C0Ff73843
Octal205172332475401736770103
Binary1000010111110101101101010011110110001111111101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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