#9C75FD

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

Shades of Light Slate Blue #9C75FD

Tints of Light Slate Blue #9C75FD

Color information

#9C75FD (or 0x9C75FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 75 and FD. RGB value is (156,117,253). Sum of RGB (Red+Green+Blue) = 156+117+253=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C75FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C75FD is #638A02. Grayscale: #8F8F8F. Windows color (decimal): -6523395 or 16610716. OLE color: 16610716.

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

Color convert

RGB156117253-
CMYK0.380.5400.01
HSL257.21º97.14%72.55%-
HSV(B)257.21º53.75%99.22%-
XYZ37.826.8896.12-
YUV144.17189.42136.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 117 (46.09% from 255) = 22.24%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=29.66%
G=22.24%
B=48.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561172530.380.5400.01257.2197.1472.55
Hex9C75FD2636011016149
Octal234165375466601401141111
Binary100111001110101111111011001101101100110000000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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