#7954C1

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

Shades of Slate Blue #7954C1

Tints of Slate Blue #7954C1

Color information

#7954C1 (or 0x7954C1) is unknown color: approx Slate Blue. HEX triplet: 79, 54 and C1. RGB value is (121,84,193). Sum of RGB (Red+Green+Blue) = 121+84+193=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #7954C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954C1 is #86AB3E. Grayscale: #6B6B6B. Windows color (decimal): -8825663 or 12670073. OLE color: 12670073.

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

Color convert

RGB12184193-
CMYK0.370.5600.24
HSL260.37º46.78%54.31%-
HSV(B)260.37º56.48%75.69%-
XYZ20.6814.2652.11-
YUV107.49176.26137.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=30.40%
G=21.11%
B=48.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121841930.370.5600.24260.3746.7854.31
Hex7954C125380181042f36
Octal17112430145700304045766
Binary1111001101010011000001100101111000011000100000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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