#7049cd

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

Shades of Slate Blue #7049CD

Tints of Slate Blue #7049CD

Color information

#7049CD (or 0x7049CD) is unknown color: approx Slate Blue. HEX triplet: 70, 49 and CD. RGB value is (112,73,205). Sum of RGB (Red+Green+Blue) = 112+73+205=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #7049CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049CD is #8FB632. Grayscale: #636363. Windows color (decimal): -9418291 or 13453680. OLE color: 13453680.

HSL color Cylindrical-coordinate representation of color #7049CD: hue angle of 257.73º 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 #7049CD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11273205-
CMYK0.450.6400.20
HSL257.73º56.9%54.51%-
HSV(B)257.73º64.39%80.39%-
XYZ20.0812.6259.13-
YUV99.71187.42136.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=28.72%
G=18.72%
B=52.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112732050.450.6400.20257.7356.954.51
Hex7049CD2D400141023937
Octal160111315551000244027167
Binary11100001001001110011011011011000000010100100000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7049cd; }

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

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

<style>
 a { background-color: #7049cd; }

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

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

<style>
 span { border-color: #7049cd; }

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

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