#857FEF

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

Shades of Light Slate Blue #857FEF

Tints of Light Slate Blue #857FEF

Color information

#857FEF (or 0x857FEF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7F and EF. RGB value is (133,127,239). Sum of RGB (Red+Green+Blue) = 133+127+239=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #857FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FEF is #7A8010. Grayscale: #8D8D8D. Windows color (decimal): -8028177 or 15695749. OLE color: 15695749.

HSL color Cylindrical-coordinate representation of color #857FEF: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857FEF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133127239-
CMYK0.440.4700.06
HSL243.21º77.78%71.76%-
HSV(B)243.21º46.86%93.73%-
XYZ32.8426.485.03-
YUV141.56182.99121.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=26.65%
G=25.45%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331272390.440.4700.06243.2177.7871.76
Hex857FEF2C2F06f34e48
Octal205177357545706363116110
Binary1000010111111111110111110110010111101101111001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,239); }

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

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

 a { background-color: rgb(133,127,239); }

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

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

 span { border-color: rgb(133,127,239); }

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