#9552F9

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

Shades of Light Slate Blue #9552F9

Tints of Light Slate Blue #9552F9

Color information

#9552F9 (or 0x9552F9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 52 and F9. RGB value is (149,82,249). Sum of RGB (Red+Green+Blue) = 149+82+249=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #9552F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9552F9 is #6AAD06. Grayscale: #787878. Windows color (decimal): -6991111 or 16339605. OLE color: 16339605.

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

Color convert

RGB14982249-
CMYK0.400.6700.02
HSL264.07º93.3%64.9%-
HSV(B)264.07º67.07%97.65%-
XYZ32.5119.2691.63-
YUV121.07200.2147.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 249 (97.66% from 255) = 51.88%
R=31.04%
G=17.08%
B=51.88%

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
Decimal149822490.400.6700.02264.0793.364.9
Hex9552F92843021085d41
Octal2251223715010302410135101
Binary10010101101001011111001101000100001101010000100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9552F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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