#7064CD

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

Shades of Slate Blue #7064CD

Tints of Slate Blue #7064CD

Color information

#7064CD (or 0x7064CD) is unknown color: approx Slate Blue. HEX triplet: 70, 64 and CD. RGB value is (112,100,205). Sum of RGB (Red+Green+Blue) = 112+100+205=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #7064CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064CD is #8F9B32. Grayscale: #737373. Windows color (decimal): -9411379 or 13460592. OLE color: 13460592.

HSL color Cylindrical-coordinate representation of color #7064CD: hue angle of 246.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7064CD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112100205-
CMYK0.450.5100.20
HSL246.86º51.22%59.8%-
HSV(B)246.86º51.22%80.39%-
XYZ22.2616.9759.86-
YUV115.56178.48125.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=26.86%
G=23.98%
B=49.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121002050.450.5100.20246.8651.2259.8
Hex7064CD2D33014f7333c
Octal16014431555630243676374
Binary111000011001001100110110110111001101010011110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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