#857FBF

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

Shades of Moody Blue #857FBF

Tints of Moody Blue #857FBF

Color information

#857FBF (or 0x857FBF) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and BF. RGB value is (133,127,191). Sum of RGB (Red+Green+Blue) = 133+127+191=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #857FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FBF is #7A8040. Grayscale: #878787. Windows color (decimal): -8028225 or 12550021. OLE color: 12550021.

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

Color convert

RGB133127191-
CMYK0.300.3400.25
HSL245.62º33.33%62.35%-
HSV(B)245.62º33.51%74.9%-
XYZ26.6723.9352.5-
YUV136.09158.99125.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 191 (75% from 255) = 42.35%
R=29.49%
G=28.16%
B=42.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331271910.300.3400.25245.6233.3362.35
Hex857FBF1E22019f6213e
Octal20517727736420313664176
Binary100001011111111101111111111010001001100111110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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