#857BBF

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

Shades of Moody Blue #857BBF

Tints of Moody Blue #857BBF

Color information

#857BBF (or 0x857BBF) is unknown color: approx Moody Blue. HEX triplet: 85, 7B and BF. RGB value is (133,123,191). Sum of RGB (Red+Green+Blue) = 133+123+191=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #857BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BBF is #7A8440. Grayscale: #858585. Windows color (decimal): -8029249 or 12548997. OLE color: 12548997.

HSL color Cylindrical-coordinate representation of color #857BBF: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #857BBF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133123191-
CMYK0.300.3600.25
HSL248.82º34.69%61.57%-
HSV(B)248.82º35.6%74.9%-
XYZ26.1622.9152.33-
YUV133.74160.31127.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 191 (75% from 255) = 42.73%
R=29.75%
G=27.52%
B=42.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331231910.300.3600.25248.8234.6961.57
Hex857BBF1E24019f9233e
Octal20517327736440313714376
Binary100001011111011101111111111010010001100111111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,191); }

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

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

 a { background-color: rgb(133,123,191); }

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

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

 span { border-color: rgb(133,123,191); }

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