#9E7AF7

Color #9E7AF7 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9E7AF7

Tints of Light Slate Blue #9E7AF7

Color information

#9E7AF7 (or 0x9E7AF7) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 7A and F7. RGB value is (158,122,247). Sum of RGB (Red+Green+Blue) = 158+122+247=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E7AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AF7 is #618508. Grayscale: #929292. Windows color (decimal): -6391049 or 16218782. OLE color: 16218782.

HSL color Cylindrical-coordinate representation of color #9E7AF7: hue angle of 257.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E7AF7 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158122247-
CMYK0.360.5100.03
HSL257.28º88.65%72.35%-
HSV(B)257.28º50.61%96.86%-
XYZ37.8527.991.39-
YUV147.01184.43135.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=29.98%
G=23.15%
B=46.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581222470.360.5100.03257.2888.6572.35
Hex9E7AF72433031015948
Octal236172367446303401131110
Binary1001111011110101111011110010011001101110000000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7AF7;
 }
 .AnyTagClassName
 {
   color: #9E7AF7;
 }
</style>
background-color css

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

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

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

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

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

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