Html Css Color HEX #9E7FFE Light Slate Blue

📋 copy color: '#9E7FFE'

red 158 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #9E7FFE

Tints of Light Slate Blue #9E7FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 29.31%
G = 23.56%
B = 47.12%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E7FFE (or 0x9E7FFE) is known color: Light Slate Blue. HEX triplet: 9E, 7F and FE. RGB value is (158,127,254). Sum of RGB (Red+Green+Blue) = 158+127+254=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FFE is #618001. Grayscale: #969696. Windows color (decimal): -6389762 or 16678814. OLE color: 16678814.

HSL color Cylindrical-coordinate representation of color #9E7FFE: hue angle of 254.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7FFE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 127 254 -
CMYK 0.38 0.50 0 0.00
HSL 254.65º 0.98% 0.75% -
HSV(B) 254.65º 0.5% 1% -
XYZ 39.58 29.6 97.39 -
YUV 150.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 158 127 254 0.38 0.50 0 0.00 254.65 0.98 0.75
Hex 9E 7F FE 26 32 0 0 FF 62 4B
Octal 236 177 376 46 62 0 0 377 142 113
Binary 10011110 1111111 11111110 100110 110010 0 0 11111111 1100010 1001011

Color Harmonies of #9E7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FFE

Black with #9E7FFE

Text Example


Text Example

White with #9E7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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