#9E6AFD

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

Shades of Light Slate Blue #9E6AFD

Tints of Light Slate Blue #9E6AFD

Color information

#9E6AFD (or 0x9E6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 6A and FD. RGB value is (158,106,253). Sum of RGB (Red+Green+Blue) = 158+106+253=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E6AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AFD is #619502. Grayscale: #898989. Windows color (decimal): -6395139 or 16607902. OLE color: 16607902.

HSL color Cylindrical-coordinate representation of color #9E6AFD: hue angle of 261.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E6AFD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158106253-
CMYK0.380.5800.01
HSL261.22º97.35%70.39%-
HSV(B)261.22º58.1%99.22%-
XYZ36.9824.6795.74-
YUV138.31192.73142.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=30.56%
G=20.50%
B=48.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581062530.380.5800.01261.2297.3570.39
Hex9E6AFD263A011056146
Octal236152375467201405141106
Binary100111101101010111111011001101110100110000010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6AFD; }

 p { color: rgb(158,106,253); }

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

<style>
 a { background-color: #9E6AFD; }

 a { background-color: rgb(158,106,253); }

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

<style>
 span { border-color: #9E6AFD; }

 span { border-color: rgb(158,106,253); }

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