#9A53FE

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

Shades of Light Slate Blue #9A53FE

Tints of Light Slate Blue #9A53FE

Color information

#9A53FE (or 0x9A53FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 53 and FE. RGB value is (154,83,254). Sum of RGB (Red+Green+Blue) = 154+83+254=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A53FE is #65AC01. Grayscale: #7B7B7B. Windows color (decimal): -6663170 or 16667546. OLE color: 16667546.

HSL color Cylindrical-coordinate representation of color #9A53FE: hue angle of 264.91º 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 #9A53FE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15483254-
CMYK0.390.6700.00
HSL264.91º98.84%66.08%-
HSV(B)264.91º67.32%99.61%-
XYZ34.3120.2195.86-
YUV123.72201.52149.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 83 (32.81% from 255) = 16.90%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=31.36%
G=16.90%
B=51.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal154832540.390.6700.00264.9198.8466.08
Hex9A53FE2743001096342
Octal2321233764710300411143102
Binary1001101010100111111111010011110000110010000100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A53FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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