#8577FE

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

Shades of Light Slate Blue #8577FE

Tints of Light Slate Blue #8577FE

Color information

#8577FE (or 0x8577FE) is unknown color: approx Light Slate Blue. HEX triplet: 85, 77 and FE. RGB value is (133,119,254). Sum of RGB (Red+Green+Blue) = 133+119+254=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8577FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577FE is #7A8801. Grayscale: #8A8A8A. Windows color (decimal): -8030210 or 16676741. OLE color: 16676741.

HSL color Cylindrical-coordinate representation of color #8577FE: hue angle of 246.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8577FE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133119254-
CMYK0.480.5300.00
HSL246.22º98.54%73.14%-
HSV(B)246.22º53.15%99.61%-
XYZ34.1625.3496.86-
YUV138.58193.14124.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=26.28%
G=23.52%
B=50.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331192540.480.5300.00246.2298.5473.14
Hex8577FE303500f66349
Octal205167376606500366143111
Binary10000101111011111111110110000110101001111011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8577FE; }

 p { color: rgb(133,119,254); }

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

<style>
 a { background-color: #8577FE; }

 a { background-color: rgb(133,119,254); }

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

<style>
 span { border-color: #8577FE; }

 span { border-color: rgb(133,119,254); }

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