Html Css Color HEX #9E6EFE Light Slate Blue

📋 copy color: '#9E6EFE'

red 158 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #9E6EFE

Tints of Light Slate Blue #9E6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

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

R = 30.27%
G = 21.07%
B = 48.66%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E6EFE (or 0x9E6EFE) is known color: Light Slate Blue. HEX triplet: 9E, 6E and FE. RGB value is (158,110,254). Sum of RGB (Red+Green+Blue) = 158+110+254=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EFE is #619101. Grayscale: #8C8C8C. Windows color (decimal): -6394114 or 16674462. OLE color: 16674462.

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

Color convert

RGB 158 110 254 -
CMYK 0.38 0.57 0 0.00
HSL 260º 0.99% 0.71% -
HSV(B) 260º 0.57% 1% -
XYZ 37.57 25.58 96.72 -
YUV 140.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 158 110 254 0.38 0.57 0 0.00 260 0.99 0.71
Hex 9E 6E FE 26 39 0 0 104 63 47
Octal 236 156 376 46 71 0 0 404 143 107
Binary 10011110 1101110 11111110 100110 111001 0 0 100000100 1100011 1000111

Color Harmonies of #9E6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EFE

Black with #9E6EFE

Text Example


Text Example

White with #9E6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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