Html Css Color HEX #9E79FE Light Slate Blue

📋 copy color: '#9E79FE'

red 158 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9E79FE

Tints of Light Slate Blue #9E79FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.7%

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

R = 29.64%
G = 22.7%
B = 47.65%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E79FE (or 0x9E79FE) is known color: Light Slate Blue. HEX triplet: 9E, 79 and FE. RGB value is (158,121,254). Sum of RGB (Red+Green+Blue) = 158+121+254=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E79FE is #618601. Grayscale: #929292. Windows color (decimal): -6391298 or 16677278. OLE color: 16677278.

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

Color convert

RGB 158 121 254 -
CMYK 0.38 0.52 0 0.00
HSL 256.69º 0.99% 0.74% -
HSV(B) 256.69º 0.52% 1% -
XYZ 38.83 28.1 97.14 -
YUV 147.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 158 121 254 0.38 0.52 0 0.00 256.69 0.99 0.74
Hex 9E 79 FE 26 34 0 0 101 63 4A
Octal 236 171 376 46 64 0 0 401 143 112
Binary 10011110 1111001 11111110 100110 110100 0 0 100000001 1100011 1001010

Color Harmonies of #9E79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E79FE

Black with #9E79FE

Text Example


Text Example

White with #9E79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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