Html Css Color HEX #9E6DFF Light Slate Blue

📋 copy color: '#9E6DFF'

red 158 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #9E6DFF

Tints of Light Slate Blue #9E6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

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

R = 30.27%
G = 20.88%
B = 48.85%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E6DFF (or 0x9E6DFF) is known color: Light Slate Blue. HEX triplet: 9E, 6D and FF. RGB value is (158,109,255). Sum of RGB (Red+Green+Blue) = 158+109+255=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E6DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DFF is #619200. Grayscale: #8B8B8B. Windows color (decimal): -6394369 or 16739742. OLE color: 16739742.

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

Color convert

RGB 158 109 255 -
CMYK 0.38 0.57 0 0
HSL 260.14º 1% 0.71% -
HSV(B) 260.14º 0.57% 1% -
XYZ 37.62 25.43 97.53 -
YUV 140.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 158 109 255 0.38 0.57 0 0 260.14 1 0.71
Hex 9E 6D FF 26 39 0 0 104 64 47
Octal 236 155 377 46 71 0 0 404 144 107
Binary 10011110 1101101 11111111 100110 111001 0 0 100000100 1100100 1000111

Color Harmonies of #9E6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DFF

Black with #9E6DFF

Text Example


Text Example

White with #9E6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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