Html Css Color HEX #9E6DFD Light Slate Blue

📋 copy color: '#9E6DFD'

red 158 ◦ green 109 ◦ blue 253

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

Shades of Light Slate Blue #9E6DFD

Tints of Light Slate Blue #9E6DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 30.38%
G = 20.96%
B = 48.65%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E6DFD (or 0x9E6DFD) is known color: Light Slate Blue. HEX triplet: 9E, 6D and FD. RGB value is (158,109,253). Sum of RGB (Red+Green+Blue) = 158+109+253=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DFD is #619202. Grayscale: #8B8B8B. Windows color (decimal): -6394371 or 16608670. OLE color: 16608670.

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

Color convert

RGB 158 109 253 -
CMYK 0.38 0.57 0 0.01
HSL 260.42º 0.97% 0.71% -
HSV(B) 260.42º 0.57% 0.99% -
XYZ 37.3 25.3 95.85 -
YUV 140.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 158 109 253 0.38 0.57 0 0.01 260.42 0.97 0.71
Hex 9E 6D FD 26 39 0 1 104 61 47
Octal 236 155 375 46 71 0 1 404 141 107
Binary 10011110 1101101 11111101 100110 111001 0 1 100000100 1100001 1000111

Color Harmonies of #9E6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6DFD

Black with #9E6DFD

Text Example


Text Example

White with #9E6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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