Html Css Color HEX #9E6FFF Light Slate Blue

📋 copy color: '#9E6FFF'

red 158 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #9E6FFF

Tints of Light Slate Blue #9E6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 30.15%
G = 21.18%
B = 48.66%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E6FFF (or 0x9E6FFF) is known color: Light Slate Blue. HEX triplet: 9E, 6F and FF. RGB value is (158,111,255). Sum of RGB (Red+Green+Blue) = 158+111+255=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FFF is #619000. Grayscale: #8C8C8C. Windows color (decimal): -6393857 or 16740254. OLE color: 16740254.

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

Color convert

RGB 158 111 255 -
CMYK 0.38 0.56 0 0
HSL 259.58º 1% 0.72% -
HSV(B) 259.58º 0.56% 1% -
XYZ 37.83 25.86 97.6 -
YUV 141.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 158 111 255 0.38 0.56 0 0 259.58 1 0.72
Hex 9E 6F FF 26 38 0 0 104 64 48
Octal 236 157 377 46 70 0 0 404 144 110
Binary 10011110 1101111 11111111 100110 111000 0 0 100000100 1100100 1001000

Color Harmonies of #9E6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FFF

Black with #9E6FFF

Text Example


Text Example

White with #9E6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,111,255); }

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

background-color css

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

 a { background-color: rgb(158,111,255); }

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

border-color css

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

 span { border-color: rgb(158,111,255); }

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