#857EDB

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

Shades of Moody Blue #857EDB

Tints of Moody Blue #857EDB

Color information

#857EDB (or 0x857EDB) is unknown color: approx Moody Blue. HEX triplet: 85, 7E and DB. RGB value is (133,126,219). Sum of RGB (Red+Green+Blue) = 133+126+219=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #857EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857EDB is #7A8124. Grayscale: #8A8A8A. Windows color (decimal): -8028453 or 14384773. OLE color: 14384773.

HSL color Cylindrical-coordinate representation of color #857EDB: hue angle of 244.52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857EDB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133126219-
CMYK0.390.4200.14
HSL244.52º56.36%67.65%-
HSV(B)244.52º42.47%85.88%-
XYZ29.9225.0270.27-
YUV138.7173.32123.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=27.82%
G=26.36%
B=45.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331262190.390.4200.14244.5256.3667.65
Hex857EDB272A0Ef53844
Octal205176333475201636570104
Binary1000010111111101101101110011110101001110111101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,219); }

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

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

 a { background-color: rgb(133,126,219); }

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

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

 span { border-color: rgb(133,126,219); }

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