#8577fa

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

Shades of Light Slate Blue #8577FA

Tints of Light Slate Blue #8577FA

Color information

#8577FA (or 0x8577FA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 77 and FA. RGB value is (133,119,250). Sum of RGB (Red+Green+Blue) = 133+119+250=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #8577FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577FA is #7A8805. Grayscale: #898989. Windows color (decimal): -8030214 or 16414597. OLE color: 16414597.

HSL color Cylindrical-coordinate representation of color #8577FA: hue angle of 246.41º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8577FA is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133119250-
CMYK0.470.5200.02
HSL246.41º92.91%72.35%-
HSV(B)246.41º52.4%98.04%-
XYZ33.5325.0893.52-
YUV138.12191.14124.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=26.49%
G=23.71%
B=49.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331192500.470.5200.02246.4192.9172.35
Hex8577FA2F3402f65d48
Octal205167372576402366135110
Binary100001011110111111110101011111101000101111011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8577fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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