#857CBB

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

Shades of Moody Blue #857CBB

Tints of Moody Blue #857CBB

Color information

#857CBB (or 0x857CBB) is unknown color: approx Moody Blue. HEX triplet: 85, 7C and BB. RGB value is (133,124,187). Sum of RGB (Red+Green+Blue) = 133+124+187=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #857CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857CBB is #7A8344. Grayscale: #858585. Windows color (decimal): -8028997 or 12287109. OLE color: 12287109.

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

Color convert

RGB133124187-
CMYK0.290.3400.27
HSL248.57º31.66%60.98%-
HSV(B)248.57º33.69%73.33%-
XYZ25.8522.9950.09-
YUV133.87157.98127.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=29.95%
G=27.93%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331241870.290.3400.27248.5731.6660.98
Hex857CBB1D2201Bf9203d
Octal20517427335420333714075
Binary100001011111100101110111110110001001101111111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,187); }

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

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

 a { background-color: rgb(133,124,187); }

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

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

 span { border-color: rgb(133,124,187); }

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