#9975FF

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

Shades of Light Slate Blue #9975FF

Tints of Light Slate Blue #9975FF

Color information

#9975FF (or 0x9975FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 75 and FF. RGB value is (153,117,255). Sum of RGB (Red+Green+Blue) = 153+117+255=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9975FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9975FF is #668A00. Grayscale: #8E8E8E. Windows color (decimal): -6720001 or 16741785. OLE color: 16741785.

HSL color Cylindrical-coordinate representation of color #9975FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9975FF is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153117255-
CMYK0.40.5400
HSL255.65º100%72.94%-
HSV(B)255.65º54.12%100%-
XYZ37.5526.7197.79-
YUV143.5190.93134.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 255 (100% from 255) = 48.57%
R=29.14%
G=22.29%
B=48.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531172550.40.5400255.6510072.94
Hex9975FF2836001006449
Octal231165377506600400144111
Binary100110011110101111111111010001101100010000000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9975FF; }

 p { color: rgb(153,117,255); }

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

<style>
 a { background-color: #9975FF; }

 a { background-color: rgb(153,117,255); }

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

<style>
 span { border-color: #9975FF; }

 span { border-color: rgb(153,117,255); }

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