Html Css Color HEX #9E7FFA Light Slate Blue

📋 copy color: '#9E7FFA'

red 158 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #9E7FFA

Tints of Light Slate Blue #9E7FFA

RGB

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

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

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

R = 29.53%
G = 23.74%
B = 46.73%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E7FFA (or 0x9E7FFA) is known color: Light Slate Blue. HEX triplet: 9E, 7F and FA. RGB value is (158,127,250). Sum of RGB (Red+Green+Blue) = 158+127+250=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7FFA is #618005. Grayscale: #959595. Windows color (decimal): -6389766 or 16416670. OLE color: 16416670.

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

Color convert

RGB 158 127 250 -
CMYK 0.37 0.49 0 0.02
HSL 255.12º 0.92% 0.74% -
HSV(B) 255.12º 0.49% 0.98% -
XYZ 38.95 29.35 94.05 -
YUV 150.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 158 127 250 0.37 0.49 0 0.02 255.12 0.92 0.74
Hex 9E 7F FA 25 31 0 2 FF 5C 4A
Octal 236 177 372 45 61 0 2 377 134 112
Binary 10011110 1111111 11111010 100101 110001 0 10 11111111 1011100 1001010

Color Harmonies of #9E7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7FFA

Black with #9E7FFA

Text Example


Text Example

White with #9E7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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