#7064dc

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

Shades of Slate Blue #7064DC

Tints of Slate Blue #7064DC

Color information

#7064DC (or 0x7064DC) is unknown color: approx Slate Blue. HEX triplet: 70, 64 and DC. RGB value is (112,100,220). Sum of RGB (Red+Green+Blue) = 112+100+220=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7064DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064DC is #8F9B23. Grayscale: #747474. Windows color (decimal): -9411364 or 14443632. OLE color: 14443632.

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

Color convert

RGB112100220-
CMYK0.490.5500.14
HSL246º63.16%62.75%-
HSV(B)246º54.55%86.27%-
XYZ24.1617.7369.86-
YUV117.27185.98124.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=25.93%
G=23.15%
B=50.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121002200.490.5500.1424663.1662.75
Hex7064DC31370Ef63f3f
Octal16014433461670163667777
Binary11100001100100110111001100011101110111011110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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