#857FFA

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

Shades of Light Slate Blue #857FFA

Tints of Light Slate Blue #857FFA

Color information

#857FFA (or 0x857FFA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7F and FA. RGB value is (133,127,250). Sum of RGB (Red+Green+Blue) = 133+127+250=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #857FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FFA is #7A8005. Grayscale: #8E8E8E. Windows color (decimal): -8028166 or 16416645. OLE color: 16416645.

HSL color Cylindrical-coordinate representation of color #857FFA: hue angle of 242.93º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #857FFA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133127250-
CMYK0.470.4900.02
HSL242.93º92.48%73.92%-
HSV(B)242.93º49.2%98.04%-
XYZ34.5227.0793.85-
YUV142.82188.49121-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=26.08%
G=24.90%
B=49.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331272500.470.4900.02242.9392.4873.92
Hex857FFA2F3102f35c4a
Octal205177372576102363134112
Binary100001011111111111110101011111100010101111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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