#9989FC

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

Shades of Light Slate Blue #9989FC

Tints of Light Slate Blue #9989FC

Color information

#9989FC (or 0x9989FC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 89 and FC. RGB value is (153,137,252). Sum of RGB (Red+Green+Blue) = 153+137+252=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #9989FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9989FC is #667603. Grayscale: #9A9A9A. Windows color (decimal): -6714884 or 16550297. OLE color: 16550297.

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

Color convert

RGB153137252-
CMYK0.390.4600.01
HSL248.35º95.04%76.27%-
HSV(B)248.35º45.63%98.82%-
XYZ39.6531.6996.12-
YUV154.89182.8126.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=28.23%
G=25.28%
B=46.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531372520.390.4600.01248.3595.0476.27
Hex9989FC272E01f85f4c
Octal231211374475601370137114
Binary100110011000100111111100100111101110011111100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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