#9553FA

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

Shades of Light Slate Blue #9553FA

Tints of Light Slate Blue #9553FA

Color information

#9553FA (or 0x9553FA) is unknown color: approx Light Slate Blue. HEX triplet: 95, 53 and FA. RGB value is (149,83,250). Sum of RGB (Red+Green+Blue) = 149+83+250=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #9553FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553FA is #6AAC05. Grayscale: #797979. Windows color (decimal): -6990854 or 16405397. OLE color: 16405397.

HSL color Cylindrical-coordinate representation of color #9553FA: hue angle of 263.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9553FA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14983250-
CMYK0.400.6700.02
HSL263.71º94.35%65.29%-
HSV(B)263.71º66.8%98.04%-
XYZ32.7419.4892.48-
YUV121.77200.37147.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=30.91%
G=17.22%
B=51.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149832500.400.6700.02263.7194.3565.29
Hex9553FA2843021085e41
Octal2251233725010302410136101
Binary10010101101001111111010101000100001101010000100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9553FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9553FA; }

 p { color: rgb(149,83,250); }

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

<style>
 a { background-color: #9553FA; }

 a { background-color: rgb(149,83,250); }

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

<style>
 span { border-color: #9553FA; }

 span { border-color: rgb(149,83,250); }

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