#9975FD

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

Shades of Light Slate Blue #9975FD

Tints of Light Slate Blue #9975FD

Color information

#9975FD (or 0x9975FD) is unknown color: approx Light Slate Blue. HEX triplet: 99, 75 and FD. RGB value is (153,117,253). Sum of RGB (Red+Green+Blue) = 153+117+253=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #9975FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9975FD is #668A02. Grayscale: #8E8E8E. Windows color (decimal): -6720003 or 16610713. OLE color: 16610713.

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

Color convert

RGB153117253-
CMYK0.400.5400.01
HSL255.88º97.14%72.55%-
HSV(B)255.88º53.75%99.22%-
XYZ37.2326.5996.1-
YUV143.27189.93134.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.25%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=29.25%
G=22.37%
B=48.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531172530.400.5400.01255.8897.1472.55
Hex9975FD2836011006149
Octal231165375506601400141111
Binary100110011110101111111011010001101100110000000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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