#8F63F6

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

Shades of Light Slate Blue #8F63F6

Tints of Light Slate Blue #8F63F6

Color information

#8F63F6 (or 0x8F63F6) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 63 and F6. RGB value is (143,99,246). Sum of RGB (Red+Green+Blue) = 143+99+246=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F63F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F63F6 is #709C09. Grayscale: #808080. Windows color (decimal): -7379978 or 16147343. OLE color: 16147343.

HSL color Cylindrical-coordinate representation of color #8F63F6: hue angle of 257.96º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F63F6 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14399246-
CMYK0.420.6000.04
HSL257.96º89.09%67.65%-
HSV(B)257.96º59.76%96.47%-
XYZ32.4221.4289.61-
YUV128.91194.08138.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.30%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 246 (96.48% from 255) = 50.41%
R=29.30%
G=20.29%
B=50.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal143992460.420.6000.04257.9689.0967.65
Hex8F63F62A3C041025944
Octal217143366527404402131104
Binary10001111110001111110110101010111100010010000001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F63F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,246); }

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

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

 a { background-color: rgb(143,99,246); }

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

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

 span { border-color: rgb(143,99,246); }

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