#9E7CF9

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

Shades of Light Slate Blue #9E7CF9

Tints of Light Slate Blue #9E7CF9

Color information

#9E7CF9 (or 0x9E7CF9) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 7C and F9. RGB value is (158,124,249). Sum of RGB (Red+Green+Blue) = 158+124+249=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7CF9 is #618306. Grayscale: #939393. Windows color (decimal): -6390535 or 16350366. OLE color: 16350366.

HSL color Cylindrical-coordinate representation of color #9E7CF9: hue angle of 256.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7CF9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158124249-
CMYK0.370.5000.02
HSL256.32º91.24%73.14%-
HSV(B)256.32º50.2%97.65%-
XYZ38.4128.5293.1-
YUV148.42184.76134.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=29.76%
G=23.35%
B=46.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581242490.370.5000.02256.3291.2473.14
Hex9E7CF92532021005b49
Octal236174371456202400133111
Binary1001111011111001111100110010111001001010000000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,249); }

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

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

 a { background-color: rgb(158,124,249); }

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

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

 span { border-color: rgb(158,124,249); }

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