#9E53FE

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

Shades of Light Slate Blue #9E53FE

Tints of Light Slate Blue #9E53FE

Color information

#9E53FE (or 0x9E53FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 53 and FE. RGB value is (158,83,254). Sum of RGB (Red+Green+Blue) = 158+83+254=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E53FE is #61AC01. Grayscale: #7C7C7C. Windows color (decimal): -6401026 or 16667550. OLE color: 16667550.

HSL color Cylindrical-coordinate representation of color #9E53FE: hue angle of 266.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E53FE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15883254-
CMYK0.380.6700.00
HSL266.32º98.84%66.08%-
HSV(B)266.32º67.32%99.61%-
XYZ35.0820.6195.9-
YUV124.92200.85151.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 83 (32.81% from 255) = 16.77%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=31.92%
G=16.77%
B=51.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal158832540.380.6700.00266.3298.8466.08
Hex9E53FE26430010a6342
Octal2361233764610300412143102
Binary1001111010100111111111010011010000110010000101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E53FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,254); }

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

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

 a { background-color: rgb(158,83,254); }

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

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

 span { border-color: rgb(158,83,254); }

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