#7049DD

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

Shades of Slate Blue #7049DD

Tints of Slate Blue #7049DD

Color information

#7049DD (or 0x7049DD) is unknown color: approx Slate Blue. HEX triplet: 70, 49 and DD. RGB value is (112,73,221). Sum of RGB (Red+Green+Blue) = 112+73+221=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #7049DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049DD is #8FB622. Grayscale: #646464. Windows color (decimal): -9418275 or 14502256. OLE color: 14502256.

HSL color Cylindrical-coordinate representation of color #7049DD: hue angle of 255.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7049DD is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11273221-
CMYK0.490.6700.13
HSL255.81º68.52%57.65%-
HSV(B)255.81º66.97%86.67%-
XYZ22.1213.4369.83-
YUV101.53195.42135.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 221 (86.72% from 255) = 54.43%
R=27.59%
G=17.98%
B=54.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112732210.490.6700.13255.8168.5257.65
Hex7049DD31430D100453a
Octal1601113356110301540010572
Binary11100001001001110111011100011000011011011000000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7049DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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