#8761FA

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

Shades of Light Slate Blue #8761FA

Tints of Light Slate Blue #8761FA

Color information

#8761FA (or 0x8761FA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 61 and FA. RGB value is (135,97,250). Sum of RGB (Red+Green+Blue) = 135+97+250=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8761FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8761FA is #789E05. Grayscale: #7D7D7D. Windows color (decimal): -7904774 or 16408967. OLE color: 16408967.

HSL color Cylindrical-coordinate representation of color #8761FA: hue angle of 254.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8761FA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13597250-
CMYK0.460.6100.02
HSL254.9º93.87%68.04%-
HSV(B)254.9º61.2%98.04%-
XYZ31.5220.692.76-
YUV125.8198.09134.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=28.01%
G=20.12%
B=51.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal135972500.460.6100.02254.993.8768.04
Hex8761FA2E3D02ff5e44
Octal207141372567502377136104
Binary100001111100001111110101011101111010101111111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8761FA; }

 p { color: rgb(135,97,250); }

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

<style>
 a { background-color: #8761FA; }

 a { background-color: rgb(135,97,250); }

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

<style>
 span { border-color: #8761FA; }

 span { border-color: rgb(135,97,250); }

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