#9A59FB

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

Shades of Light Slate Blue #9A59FB

Tints of Light Slate Blue #9A59FB

Color information

#9A59FB (or 0x9A59FB) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 59 and FB. RGB value is (154,89,251). Sum of RGB (Red+Green+Blue) = 154+89+251=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59FB is #65A604. Grayscale: #7E7E7E. Windows color (decimal): -6661637 or 16472474. OLE color: 16472474.

HSL color Cylindrical-coordinate representation of color #9A59FB: hue angle of 264.07º 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 #9A59FB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15489251-
CMYK0.390.6500.02
HSL264.07º95.29%66.67%-
HSV(B)264.07º64.54%98.43%-
XYZ34.3120.9893.51-
YUV126.9198.03147.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=31.17%
G=18.02%
B=50.81%

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
Decimal154892510.390.6500.02264.0795.2966.67
Hex9A59FB2741021085f43
Octal2321313734710102410137103
Binary10011010101100111111011100111100000101010000100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A59FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A59FB; }

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

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

<style>
 a { background-color: #9A59FB; }

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

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

<style>
 span { border-color: #9A59FB; }

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

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