#9C79FB

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

Shades of Light Slate Blue #9C79FB

Tints of Light Slate Blue #9C79FB

Color information

#9C79FB (or 0x9C79FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 79 and FB. RGB value is (156,121,251). Sum of RGB (Red+Green+Blue) = 156+121+251=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C79FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C79FB is #638604. Grayscale: #919191. Windows color (decimal): -6522373 or 16480668. OLE color: 16480668.

HSL color Cylindrical-coordinate representation of color #9C79FB: hue angle of 256.15º degrees, saturation: 0.94, 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 #9C79FB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156121251-
CMYK0.380.5200.02
HSL256.15º94.2%72.94%-
HSV(B)256.15º51.79%98.43%-
XYZ37.9627.7194.61-
YUV146.28187.1134.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=29.55%
G=22.92%
B=47.54%

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
Decimal1561212510.380.5200.02256.1594.272.94
Hex9C79FB2634021005e49
Octal234171373466402400136111
Binary1001110011110011111101110011011010001010000000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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