#8F6AF4

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

Shades of Light Slate Blue #8F6AF4

Tints of Light Slate Blue #8F6AF4

Color information

#8F6AF4 (or 0x8F6AF4) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 6A and F4. RGB value is (143,106,244). Sum of RGB (Red+Green+Blue) = 143+106+244=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #8F6AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6AF4 is #70950B. Grayscale: #848484. Windows color (decimal): -7378188 or 16018063. OLE color: 16018063.

HSL color Cylindrical-coordinate representation of color #8F6AF4: hue angle of 256.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F6AF4 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143106244-
CMYK0.410.5700.04
HSL256.09º86.25%68.63%-
HSV(B)256.09º56.56%95.69%-
XYZ32.8122.6888.24-
YUV132.79190.76135.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=29.01%
G=21.50%
B=49.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1431062440.410.5700.04256.0986.2568.63
Hex8F6AF42939041005645
Octal217152364517104400126105
Binary10001111110101011110100101001111001010010000000010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,106,244); }

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

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

 a { background-color: rgb(143,106,244); }

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

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

 span { border-color: rgb(143,106,244); }

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