#9C7AFD

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

Shades of Light Slate Blue #9C7AFD

Tints of Light Slate Blue #9C7AFD

Color information

#9C7AFD (or 0x9C7AFD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 7A and FD. RGB value is (156,122,253). Sum of RGB (Red+Green+Blue) = 156+122+253=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C7AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7AFD is #638502. Grayscale: #929292. Windows color (decimal): -6522115 or 16611996. OLE color: 16611996.

HSL color Cylindrical-coordinate representation of color #9C7AFD: hue angle of 255.57º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C7AFD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156122253-
CMYK0.380.5200.01
HSL255.57º97.04%73.53%-
HSV(B)255.57º51.78%99.22%-
XYZ38.428.0896.32-
YUV147.1187.76134.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.38%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=29.38%
G=22.98%
B=47.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561222530.380.5200.01255.5797.0473.53
Hex9C7AFD263401100614a
Octal234172375466401400141112
Binary100111001111010111111011001101101000110000000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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