#9972FC

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

Shades of Light Slate Blue #9972FC

Tints of Light Slate Blue #9972FC

Color information

#9972FC (or 0x9972FC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 72 and FC. RGB value is (153,114,252). Sum of RGB (Red+Green+Blue) = 153+114+252=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #9972FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972FC is #668D03. Grayscale: #8C8C8C. Windows color (decimal): -6720772 or 16544409. OLE color: 16544409.

HSL color Cylindrical-coordinate representation of color #9972FC: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9972FC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153114252-
CMYK0.390.5500.01
HSL256.96º95.83%71.76%-
HSV(B)256.96º54.76%98.82%-
XYZ36.7225.8495.15-
YUV141.39190.42136.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=29.48%
G=21.97%
B=48.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531142520.390.5500.01256.9695.8371.76
Hex9972FC2737011016048
Octal231162374476701401140110
Binary100110011110010111111001001111101110110000000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9972FC; }

 p { color: rgb(153,114,252); }

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

<style>
 a { background-color: #9972FC; }

 a { background-color: rgb(153,114,252); }

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

<style>
 span { border-color: #9972FC; }

 span { border-color: rgb(153,114,252); }

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