#9553F9

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

Shades of Light Slate Blue #9553F9

Tints of Light Slate Blue #9553F9

Color information

#9553F9 (or 0x9553F9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 53 and F9. RGB value is (149,83,249). Sum of RGB (Red+Green+Blue) = 149+83+249=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #9553F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9553F9 is #6AAC06. Grayscale: #797979. Windows color (decimal): -6990855 or 16339861. OLE color: 16339861.

HSL color Cylindrical-coordinate representation of color #9553F9: hue angle of 263.86º degrees, saturation: 0.93, 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 #9553F9 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14983249-
CMYK0.400.6700.02
HSL263.86º93.26%65.1%-
HSV(B)263.86º66.67%97.65%-
XYZ32.5919.4291.65-
YUV121.66199.87147.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 83 (32.81% from 255) = 17.26%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=30.98%
G=17.26%
B=51.77%

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
Decimal149832490.400.6700.02263.8693.2665.1
Hex9553F92843021085d41
Octal2251233715010302410135101
Binary10010101101001111111001101000100001101010000100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9553F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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