Html Css Color HEX #9E68FA Light Slate Blue

📋 copy color: '#9E68FA'

red 158 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #9E68FA

Tints of Light Slate Blue #9E68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 30.86%
G = 20.31%
B = 48.83%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E68FA (or 0x9E68FA) is known color: Light Slate Blue. HEX triplet: 9E, 68 and FA. RGB value is (158,104,250). Sum of RGB (Red+Green+Blue) = 158+104+250=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68FA is #619705. Grayscale: #888888. Windows color (decimal): -6395654 or 16410782. OLE color: 16410782.

HSL color Cylindrical-coordinate representation of color #9E68FA: hue angle of 262.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E68FA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 104 250 -
CMYK 0.37 0.58 0 0.02
HSL 262.19º 0.94% 0.69% -
HSV(B) 262.19º 0.58% 0.98% -
XYZ 36.31 24.07 93.18 -
YUV 136.79 191.89 143.13 -
System Red Green Blue C M Y K H S L
Decimal 158 104 250 0.37 0.58 0 0.02 262.19 0.94 0.69
Hex 9E 68 FA 25 3A 0 2 106 5E 45
Octal 236 150 372 45 72 0 2 406 136 105
Binary 10011110 1101000 11111010 100101 111010 0 10 100000110 1011110 1000101

Color Harmonies of #9E68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68FA

Black with #9E68FA

Text Example


Text Example

White with #9E68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,104,250); }

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

background-color css

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

 a { background-color: rgb(158,104,250); }

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

border-color css

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

 span { border-color: rgb(158,104,250); }

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