#857FB6

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

Shades of Moody Blue #857FB6

Tints of Moody Blue #857FB6

Color information

#857FB6 (or 0x857FB6) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and B6. RGB value is (133,127,182). Sum of RGB (Red+Green+Blue) = 133+127+182=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #857FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FB6 is #7A8049. Grayscale: #868686. Windows color (decimal): -8028234 or 11960197. OLE color: 11960197.

HSL color Cylindrical-coordinate representation of color #857FB6: hue angle of 246.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857FB6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133127182-
CMYK0.270.3000.29
HSL246.55º27.36%60.59%-
HSV(B)246.55º30.22%71.37%-
XYZ25.7123.5447.45-
YUV135.06154.49126.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 182 (71.48% from 255) = 41.18%
R=30.09%
G=28.73%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331271820.270.3000.29246.5527.3660.59
Hex857FB61B1E01Df71b3d
Octal20517726633360353673375
Binary1000010111111111011011011011111100111011111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,182); }

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

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

 a { background-color: rgb(133,127,182); }

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

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

 span { border-color: rgb(133,127,182); }

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