#7956C1

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

Shades of Slate Blue #7956C1

Tints of Slate Blue #7956C1

Color information

#7956C1 (or 0x7956C1) is unknown color: approx Slate Blue. HEX triplet: 79, 56 and C1. RGB value is (121,86,193). Sum of RGB (Red+Green+Blue) = 121+86+193=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #7956C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7956C1 is #86A93E. Grayscale: #6C6C6C. Windows color (decimal): -8825151 or 12670585. OLE color: 12670585.

HSL color Cylindrical-coordinate representation of color #7956C1: hue angle of 259.63º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7956C1 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12186193-
CMYK0.370.5500.24
HSL259.63º46.32%54.71%-
HSV(B)259.63º55.44%75.69%-
XYZ20.8414.5752.17-
YUV108.66175.6136.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=30.25%
G=21.5%
B=48.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121861930.370.5500.24259.6346.3254.71
Hex7956C125370181042e37
Octal17112630145670304045667
Binary1111001101011011000001100101110111011000100000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7956C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7956C1; }

 p { color: rgb(121,86,193); }

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

<style>
 a { background-color: #7956C1; }

 a { background-color: rgb(121,86,193); }

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

<style>
 span { border-color: #7956C1; }

 span { border-color: rgb(121,86,193); }

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