#857EF1

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

Shades of Light Slate Blue #857EF1

Tints of Light Slate Blue #857EF1

Color information

#857EF1 (or 0x857EF1) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7E and F1. RGB value is (133,126,241). Sum of RGB (Red+Green+Blue) = 133+126+241=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #857EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857EF1 is #7A810E. Grayscale: #8C8C8C. Windows color (decimal): -8028431 or 15826565. OLE color: 15826565.

HSL color Cylindrical-coordinate representation of color #857EF1: hue angle of 243.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857EF1 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133126241-
CMYK0.450.4800.05
HSL243.65º80.42%71.96%-
HSV(B)243.65º47.72%94.51%-
XYZ33.0126.2686.55-
YUV141.2184.32122.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=26.6%
G=25.2%
B=48.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331262410.450.4800.05243.6580.4271.96
Hex857EF12D3005f45048
Octal205176361556005364120110
Binary1000010111111101111000110110111000001011111010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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