Html Css Color HEX #9E7AFC Light Slate Blue

📋 copy color: '#9E7AFC'

red 158 ◦ green 122 ◦ blue 252

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

Shades of Light Slate Blue #9E7AFC

Tints of Light Slate Blue #9E7AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 29.7%
G = 22.93%
B = 47.37%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E7AFC (or 0x9E7AFC) is known color: Light Slate Blue. HEX triplet: 9E, 7A and FC. RGB value is (158,122,252). Sum of RGB (Red+Green+Blue) = 158+122+252=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E7AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AFC is #618503. Grayscale: #939393. Windows color (decimal): -6391044 or 16546462. OLE color: 16546462.

HSL color Cylindrical-coordinate representation of color #9E7AFC: hue angle of 256.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E7AFC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 122 252 -
CMYK 0.37 0.52 0 0.01
HSL 256.62º 0.96% 0.73% -
HSV(B) 256.62º 0.52% 0.99% -
XYZ 38.63 28.22 95.51 -
YUV 147.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 158 122 252 0.37 0.52 0 0.01 256.62 0.96 0.73
Hex 9E 7A FC 25 34 0 1 101 60 49
Octal 236 172 374 45 64 0 1 401 140 111
Binary 10011110 1111010 11111100 100101 110100 0 1 100000001 1100000 1001001

Color Harmonies of #9E7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7AFC

Black with #9E7AFC

Text Example


Text Example

White with #9E7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,122,252); }

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

background-color css

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

 a { background-color: rgb(158,122,252); }

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

border-color css

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

 span { border-color: rgb(158,122,252); }

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