#7949CD

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

Shades of Slate Blue #7949CD

Tints of Slate Blue #7949CD

Color information

#7949CD (or 0x7949CD) is unknown color: approx Slate Blue. HEX triplet: 79, 49 and CD. RGB value is (121,73,205). Sum of RGB (Red+Green+Blue) = 121+73+205=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #7949CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949CD is #86B632. Grayscale: #656565. Windows color (decimal): -8828467 or 13453689. OLE color: 13453689.

HSL color Cylindrical-coordinate representation of color #7949CD: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7949CD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12173205-
CMYK0.410.6400.20
HSL261.82º56.9%54.51%-
HSV(B)261.82º64.39%80.39%-
XYZ21.2913.2459.19-
YUV102.4185.9141.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.33%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=30.33%
G=18.30%
B=51.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121732050.410.6400.20261.8256.954.51
Hex7949CD29400141063937
Octal171111315511000244067167
Binary11110011001001110011011010011000000010100100000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7949CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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