#9A75FD

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

Shades of Light Slate Blue #9A75FD

Tints of Light Slate Blue #9A75FD

Color information

#9A75FD (or 0x9A75FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 75 and FD. RGB value is (154,117,253). Sum of RGB (Red+Green+Blue) = 154+117+253=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A75FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A75FD is #658A02. Grayscale: #8F8F8F. Windows color (decimal): -6654467 or 16610714. OLE color: 16610714.

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

Color convert

RGB154117253-
CMYK0.390.5400.01
HSL256.32º97.14%72.55%-
HSV(B)256.32º53.75%99.22%-
XYZ37.4226.6896.11-
YUV143.57189.76135.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=29.39%
G=22.33%
B=48.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541172530.390.5400.01256.3297.1472.55
Hex9A75FD2736011006149
Octal232165375476601400141111
Binary100110101110101111111011001111101100110000000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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