#9C79FA

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

Shades of Light Slate Blue #9C79FA

Tints of Light Slate Blue #9C79FA

Color information

#9C79FA (or 0x9C79FA) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 79 and FA. RGB value is (156,121,250). Sum of RGB (Red+Green+Blue) = 156+121+250=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C79FA is #638605. Grayscale: #919191. Windows color (decimal): -6522374 or 16415132. OLE color: 16415132.

HSL color Cylindrical-coordinate representation of color #9C79FA: hue angle of 256.28º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C79FA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156121250-
CMYK0.380.5200.02
HSL256.28º92.81%72.75%-
HSV(B)256.28º51.6%98.04%-
XYZ37.827.6493.79-
YUV146.17186.6135.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=29.60%
G=22.96%
B=47.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561212500.380.5200.02256.2892.8172.75
Hex9C79FA2634021005d49
Octal234171372466402400135111
Binary1001110011110011111101010011011010001010000000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,121,250); }

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

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

 a { background-color: rgb(156,121,250); }

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

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

 span { border-color: rgb(156,121,250); }

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