#9E70FC

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

Shades of Light Slate Blue #9E70FC

Tints of Light Slate Blue #9E70FC

Color information

#9E70FC (or 0x9E70FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 70 and FC. RGB value is (158,112,252). Sum of RGB (Red+Green+Blue) = 158+112+252=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E70FC is #618F03. Grayscale: #8D8D8D. Windows color (decimal): -6393604 or 16543902. OLE color: 16543902.

HSL color Cylindrical-coordinate representation of color #9E70FC: hue angle of 259.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E70FC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158112252-
CMYK0.370.5600.01
HSL259.71º95.89%71.37%-
HSV(B)259.71º55.56%98.82%-
XYZ37.4725.8995.12-
YUV141.71190.24139.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 112 (44.14% from 255) = 21.46%
BLUE value IS 252 (98.83% from 255) = 48.28%
R=30.27%
G=21.46%
B=48.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581122520.370.5600.01259.7195.8971.37
Hex9E70FC2538011046047
Octal236160374457001404140107
Binary100111101110000111111001001011110000110000010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E70FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,252); }

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

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

 a { background-color: rgb(158,112,252); }

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

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

 span { border-color: rgb(158,112,252); }

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