Html Css Color HEX #9E6FFE Light Slate Blue

📋 copy color: '#9E6FFE'

red 158 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #9E6FFE

Tints of Light Slate Blue #9E6FFE

RGB

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

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

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

R = 30.21%
G = 21.22%
B = 48.57%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E6FFE (or 0x9E6FFE) is known color: Light Slate Blue. HEX triplet: 9E, 6F and FE. RGB value is (158,111,254). Sum of RGB (Red+Green+Blue) = 158+111+254=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FFE is #619001. Grayscale: #8C8C8C. Windows color (decimal): -6393858 or 16674718. OLE color: 16674718.

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

Color convert

RGB 158 111 254 -
CMYK 0.38 0.56 0 0.00
HSL 259.72º 0.99% 0.72% -
HSV(B) 259.72º 0.56% 1% -
XYZ 37.67 25.79 96.76 -
YUV 141.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 158 111 254 0.38 0.56 0 0.00 259.72 0.99 0.72
Hex 9E 6F FE 26 38 0 0 104 63 48
Octal 236 157 376 46 70 0 0 404 143 110
Binary 10011110 1101111 11111110 100110 111000 0 0 100000100 1100011 1001000

Color Harmonies of #9E6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FFE

Black with #9E6FFE

Text Example


Text Example

White with #9E6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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