#857FB0

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

Shades of Moody Blue #857FB0

Tints of Moody Blue #857FB0

Color information

#857FB0 (or 0x857FB0) is unknown color: approx Moody Blue. HEX triplet: 85, 7F and B0. RGB value is (133,127,176). Sum of RGB (Red+Green+Blue) = 133+127+176=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #857FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FB0 is #7A804F. Grayscale: #868686. Windows color (decimal): -8028240 or 11566981. OLE color: 11566981.

HSL color Cylindrical-coordinate representation of color #857FB0: hue angle of 247.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857FB0 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133127176-
CMYK0.240.2800.31
HSL247.35º23.67%59.41%-
HSV(B)247.35º27.84%69.02%-
XYZ25.123.344.25-
YUV134.38151.49127.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=30.50%
G=29.13%
B=40.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331271760.240.2800.31247.3523.6759.41
Hex857FB0181C01Ff7183b
Octal20517726030340373673073
Binary1000010111111111011000011000111000111111111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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