#9E74FA

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

Shades of Light Slate Blue #9E74FA

Tints of Light Slate Blue #9E74FA

Color information

#9E74FA (or 0x9E74FA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 74 and FA. RGB value is (158,116,250). Sum of RGB (Red+Green+Blue) = 158+116+250=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E74FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E74FA is #618B05. Grayscale: #8F8F8F. Windows color (decimal): -6392582 or 16413854. OLE color: 16413854.

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

Color convert

RGB158116250-
CMYK0.370.5400.02
HSL258.81º93.06%71.76%-
HSV(B)258.81º53.6%98.04%-
XYZ37.626.6693.61-
YUV143.83187.91138.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=30.15%
G=22.14%
B=47.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581162500.370.5400.02258.8193.0671.76
Hex9E74FA2536021035d48
Octal236164372456602403135110
Binary1001111011101001111101010010111011001010000001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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