#7949D1

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

Shades of Slate Blue #7949D1

Tints of Slate Blue #7949D1

Color information

#7949D1 (or 0x7949D1) is unknown color: approx Slate Blue. HEX triplet: 79, 49 and D1. RGB value is (121,73,209). Sum of RGB (Red+Green+Blue) = 121+73+209=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #7949D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949D1 is #86B62E. Grayscale: #666666. Windows color (decimal): -8828463 or 13715833. OLE color: 13715833.

HSL color Cylindrical-coordinate representation of color #7949D1: hue angle of 261.18º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7949D1 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12173209-
CMYK0.420.6500.18
HSL261.18º59.65%55.29%-
HSV(B)261.18º65.07%81.96%-
XYZ21.7813.4361.77-
YUV102.86187.9140.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 209 (82.03% from 255) = 51.86%
R=30.02%
G=18.11%
B=51.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121732090.420.6500.18261.1859.6555.29
Hex7949D12A410121053c37
Octal171111321521010224057467
Binary11110011001001110100011010101000001010010100000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7949D1; }

 p { color: rgb(121,73,209); }

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

<style>
 a { background-color: #7949D1; }

 a { background-color: rgb(121,73,209); }

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

<style>
 span { border-color: #7949D1; }

 span { border-color: rgb(121,73,209); }

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