#7044DD

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

Shades of Slate Blue #7044DD

Tints of Slate Blue #7044DD

Color information

#7044DD (or 0x7044DD) is unknown color: approx Slate Blue. HEX triplet: 70, 44 and DD. RGB value is (112,68,221). Sum of RGB (Red+Green+Blue) = 112+68+221=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #7044DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044DD is #8FBB22. Grayscale: #626262. Windows color (decimal): -9419555 or 14500976. OLE color: 14500976.

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

Color convert

RGB11268221-
CMYK0.490.6900.13
HSL257.25º69.23%56.67%-
HSV(B)257.25º69.23%86.67%-
XYZ21.812.869.73-
YUV98.6197.08137.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=27.93%
G=16.96%
B=55.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112682210.490.6900.13257.2569.2356.67
Hex7044DD31450D1014539
Octal1601043356110501540110571
Binary11100001000100110111011100011000101011011000000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7044DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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