#7064DD

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

Shades of Slate Blue #7064DD

Tints of Slate Blue #7064DD

Color information

#7064DD (or 0x7064DD) is unknown color: approx Slate Blue. HEX triplet: 70, 64 and DD. RGB value is (112,100,221). Sum of RGB (Red+Green+Blue) = 112+100+221=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #7064DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064DD is #8F9B22. Grayscale: #747474. Windows color (decimal): -9411363 or 14509168. OLE color: 14509168.

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

Color convert

RGB112100221-
CMYK0.490.5500.13
HSL245.95º64.02%62.94%-
HSV(B)245.95º54.75%86.67%-
XYZ24.2917.7870.56-
YUV117.38186.48124.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=25.87%
G=23.09%
B=51.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121002210.490.5500.13245.9564.0262.94
Hex7064DD31370Df6403f
Octal160144335616701536610077
Binary111000011001001101110111000111011101101111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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