#857FB2

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

Shades of Moody Blue #857FB2

Tints of Moody Blue #857FB2

Color information

#857FB2 (or 0x857FB2) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and B2. RGB value is (133,127,178). Sum of RGB (Red+Green+Blue) = 133+127+178=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #857FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FB2 is #7A804D. Grayscale: #868686. Windows color (decimal): -8028238 or 11698053. OLE color: 11698053.

HSL color Cylindrical-coordinate representation of color #857FB2: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857FB2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133127178-
CMYK0.250.2900.30
HSL247.06º24.88%59.8%-
HSV(B)247.06º28.65%69.8%-
XYZ25.323.3845.3-
YUV134.61152.49126.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=30.37%
G=29.00%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331271780.250.2900.30247.0624.8859.8
Hex857FB2191D01Ef7193c
Octal20517726231350363673174
Binary1000010111111111011001011001111010111101111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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