Html Css Color HEX #9E6AFE Light Slate Blue

📋 copy color: '#9E6AFE'

red 158 ◦ green 106 ◦ blue 254

#9E6AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9E6AFE

Tints of Light Slate Blue #9E6AFE

RGB

 RED value IS 158 (62.11% from 255) = 30.5%

 GREEN value IS 106 (41.8% from 255) = 20.46%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 30.5%
G = 20.46%
B = 49.03%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E6AFE (or 0x9E6AFE) is known color: Light Slate Blue. HEX triplet: 9E, 6A and FE. RGB value is (158,106,254). Sum of RGB (Red+Green+Blue) = 158+106+254=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AFE is #619501. Grayscale: #898989. Windows color (decimal): -6395138 or 16673438. OLE color: 16673438.

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

Color convert

RGB 158 106 254 -
CMYK 0.38 0.58 0 0.00
HSL 261.08º 0.99% 0.71% -
HSV(B) 261.08º 0.58% 1% -
XYZ 37.14 24.73 96.58 -
YUV 138.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 158 106 254 0.38 0.58 0 0.00 261.08 0.99 0.71
Hex 9E 6A FE 26 3A 0 0 105 63 47
Octal 236 152 376 46 72 0 0 405 143 107
Binary 10011110 1101010 11111110 100110 111010 0 0 100000101 1100011 1000111

Color Harmonies of #9E6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6AFE

Black with #9E6AFE

Text Example


Text Example

White with #9E6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E6AFE;
 }
 .AnyTagClassName
 {
   color: #9E6AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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