#857FBA

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

Shades of Moody Blue #857FBA

Tints of Moody Blue #857FBA

Color information

#857FBA (or 0x857FBA) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and BA. RGB value is (133,127,186). Sum of RGB (Red+Green+Blue) = 133+127+186=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #857FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FBA is #7A8045. Grayscale: #878787. Windows color (decimal): -8028230 or 12222341. OLE color: 12222341.

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

Color convert

RGB133127186-
CMYK0.280.3200.27
HSL246.1º29.95%61.37%-
HSV(B)246.1º31.72%72.94%-
XYZ26.1323.7149.65-
YUV135.52156.49126.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=29.82%
G=28.48%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331271860.280.3200.27246.129.9561.37
Hex857FBA1C2001Bf61e3d
Octal20517727234400333663675
Binary10000101111111110111010111001000000110111111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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