#8c6afa

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

Shades of Light Slate Blue #8C6AFA

Tints of Light Slate Blue #8C6AFA

Color information

#8C6AFA (or 0x8C6AFA) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6A and FA. RGB value is (140,106,250). Sum of RGB (Red+Green+Blue) = 140+106+250=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6AFA is #739505. Grayscale: #848484. Windows color (decimal): -7574790 or 16411276. OLE color: 16411276.

HSL color Cylindrical-coordinate representation of color #8C6AFA: hue angle of 254.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C6AFA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140106250-
CMYK0.440.5800.02
HSL254.17º93.51%69.8%-
HSV(B)254.17º57.6%98.04%-
XYZ33.2222.7993.09-
YUV132.58194.26133.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=28.23%
G=21.37%
B=50.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401062500.440.5800.02254.1793.5169.8
Hex8C6AFA2C3A02fe5e46
Octal214152372547202376136106
Binary100011001101010111110101011001110100101111111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6afa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c6afa; }

 p { color: rgb(140,106,250); }

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

<style>
 a { background-color: #8c6afa; }

 a { background-color: rgb(140,106,250); }

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

<style>
 span { border-color: #8c6afa; }

 span { border-color: rgb(140,106,250); }

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