#9959FB

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

Shades of Light Slate Blue #9959FB

Tints of Light Slate Blue #9959FB

Color information

#9959FB (or 0x9959FB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 59 and FB. RGB value is (153,89,251). Sum of RGB (Red+Green+Blue) = 153+89+251=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #9959FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9959FB is #66A604. Grayscale: #7E7E7E. Windows color (decimal): -6727173 or 16472473. OLE color: 16472473.

HSL color Cylindrical-coordinate representation of color #9959FB: hue angle of 263.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9959FB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15389251-
CMYK0.390.6500.02
HSL263.7º95.29%66.67%-
HSV(B)263.7º64.54%98.43%-
XYZ34.1220.8893.5-
YUV126.6198.2146.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=31.03%
G=18.05%
B=50.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal153892510.390.6500.02263.795.2966.67
Hex9959FB2741021085f43
Octal2311313734710102410137103
Binary10011001101100111111011100111100000101010000100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9959FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9959FB; }

 p { color: rgb(153,89,251); }

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

<style>
 a { background-color: #9959FB; }

 a { background-color: rgb(153,89,251); }

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

<style>
 span { border-color: #9959FB; }

 span { border-color: rgb(153,89,251); }

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