#857FBE

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

Shades of Moody Blue #857FBE

Tints of Moody Blue #857FBE

Color information

#857FBE (or 0x857FBE) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and BE. RGB value is (133,127,190). Sum of RGB (Red+Green+Blue) = 133+127+190=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #857FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857FBE is #7A8041. Grayscale: #878787. Windows color (decimal): -8028226 or 12484485. OLE color: 12484485.

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

Color convert

RGB133127190-
CMYK0.30.3300.25
HSL245.71º32.64%62.16%-
HSV(B)245.71º33.16%74.51%-
XYZ26.5623.8851.93-
YUV135.98158.49125.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=29.56%
G=28.22%
B=42.22%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331271900.30.3300.25245.7132.6462.16
Hex857FBE1E21019f6213e
Octal20517727636410313664176
Binary100001011111111101111101111010000101100111110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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