#857EF8

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

Shades of Light Slate Blue #857EF8

Tints of Light Slate Blue #857EF8

Color information

#857EF8 (or 0x857EF8) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7E and F8. RGB value is (133,126,248). Sum of RGB (Red+Green+Blue) = 133+126+248=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #857EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EF8 is #7A8107. Grayscale: #8D8D8D. Windows color (decimal): -8028424 or 16285317. OLE color: 16285317.

HSL color Cylindrical-coordinate representation of color #857EF8: hue angle of 243.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #857EF8 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133126248-
CMYK0.460.4900.03
HSL243.44º89.71%73.33%-
HSV(B)243.44º49.19%97.25%-
XYZ34.0826.6992.16-
YUV142187.82121.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 248 (97.27% from 255) = 48.92%
R=26.23%
G=24.85%
B=48.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1331262480.460.4900.03243.4489.7173.33
Hex857EF82E3103f35a49
Octal205176370566103363132111
Binary100001011111110111110001011101100010111111001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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