#857ABC

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

Shades of Moody Blue #857ABC

Tints of Moody Blue #857ABC

Color information

#857ABC (or 0x857ABC) is unknown color: approx Moody Blue. HEX triplet: 85, 7A and BC. RGB value is (133,122,188). Sum of RGB (Red+Green+Blue) = 133+122+188=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #857ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857ABC is #7A8543. Grayscale: #848484. Windows color (decimal): -8029508 or 12352133. OLE color: 12352133.

HSL color Cylindrical-coordinate representation of color #857ABC: hue angle of 250º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857ABC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133122188-
CMYK0.290.3500.26
HSL250º33%60.78%-
HSV(B)250º35.11%73.73%-
XYZ25.7122.5450.57-
YUV132.81159.14128.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=30.02%
G=27.54%
B=42.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331221880.290.3500.262503360.78
Hex857ABC1D2301Afa213d
Octal20517227435430323724175
Binary100001011111010101111001110110001101101011111010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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