#857DEB

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

Shades of Medium Slate Blue #857DEB

Tints of Medium Slate Blue #857DEB

Color information

#857DEB (or 0x857DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 7D and EB. RGB value is (133,125,235). Sum of RGB (Red+Green+Blue) = 133+125+235=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #857DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857DEB is #7A8214. Grayscale: #8B8B8B. Windows color (decimal): -8028693 or 15433093. OLE color: 15433093.

HSL color Cylindrical-coordinate representation of color #857DEB: hue angle of 244.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857DEB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133125235-
CMYK0.430.4700.08
HSL244.36º73.33%70.59%-
HSV(B)244.36º46.81%92.16%-
XYZ3225.6581.86-
YUV139.93181.65123.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=26.98%
G=25.35%
B=47.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331252350.430.4700.08244.3673.3370.59
Hex857DEB2B2F08f44947
Octal2051753535357010364111107
Binary10000101111110111101011101011101111010001111010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,235); }

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

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

 a { background-color: rgb(133,125,235); }

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

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

 span { border-color: rgb(133,125,235); }

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