Html Css Color HEX #9E6FFD Light Slate Blue

📋 copy color: '#9E6FFD'

red 158 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #9E6FFD

Tints of Light Slate Blue #9E6FFD

RGB

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

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

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

R = 30.27%
G = 21.26%
B = 48.47%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E6FFD (or 0x9E6FFD) is known color: Light Slate Blue. HEX triplet: 9E, 6F and FD. RGB value is (158,111,253). Sum of RGB (Red+Green+Blue) = 158+111+253=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FFD is #619002. Grayscale: #8C8C8C. Windows color (decimal): -6393859 or 16609182. OLE color: 16609182.

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

Color convert

RGB 158 111 253 -
CMYK 0.38 0.56 0 0.01
HSL 259.86º 0.97% 0.71% -
HSV(B) 259.86º 0.56% 0.99% -
XYZ 37.51 25.73 95.92 -
YUV 141.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 158 111 253 0.38 0.56 0 0.01 259.86 0.97 0.71
Hex 9E 6F FD 26 38 0 1 104 61 47
Octal 236 157 375 46 70 0 1 404 141 107
Binary 10011110 1101111 11111101 100110 111000 0 1 100000100 1100001 1000111

Color Harmonies of #9E6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FFD

Black with #9E6FFD

Text Example


Text Example

White with #9E6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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