#857FED

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

Shades of Light Slate Blue #857FED

Tints of Light Slate Blue #857FED

Color information

#857FED (or 0x857FED) is unknown color: approx Light Slate Blue. HEX triplet: 85, 7F and ED. RGB value is (133,127,237). Sum of RGB (Red+Green+Blue) = 133+127+237=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #857FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #857FED is #7A8012. Grayscale: #8C8C8C. Windows color (decimal): -8028179 or 15564677. OLE color: 15564677.

HSL color Cylindrical-coordinate representation of color #857FED: hue angle of 243.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #857FED is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133127237-
CMYK0.440.4600.07
HSL243.27º75.34%71.37%-
HSV(B)243.27º46.41%92.94%-
XYZ32.5526.2883.48-
YUV141.33181.99122.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=26.76%
G=25.55%
B=47.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331272370.440.4600.07243.2775.3471.37
Hex857FED2C2E07f34b47
Octal205177355545607363113107
Binary1000010111111111110110110110010111001111111001110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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