#857FF7

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

Shades of Light Slate Blue #857FF7

Tints of Light Slate Blue #857FF7

Color information

#857FF7 (or 0x857FF7) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7F and F7. RGB value is (133,127,247). Sum of RGB (Red+Green+Blue) = 133+127+247=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #857FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FF7 is #7A8008. Grayscale: #8E8E8E. Windows color (decimal): -8028169 or 16220037. OLE color: 16220037.

HSL color Cylindrical-coordinate representation of color #857FF7: hue angle of 243º degrees, saturation: 0.88, 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 #857FF7 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133127247-
CMYK0.460.4900.03
HSL243º88.24%73.33%-
HSV(B)243º48.58%96.86%-
XYZ34.0526.8891.39-
YUV142.47186.99121.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 247 (96.88% from 255) = 48.72%
R=26.23%
G=25.05%
B=48.72%

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
Decimal1331272470.460.4900.0324388.2473.33
Hex857FF72E3103f35849
Octal205177367566103363130111
Binary100001011111111111101111011101100010111111001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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