#7054CD

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

Shades of Slate Blue #7054CD

Tints of Slate Blue #7054CD

Color information

#7054CD (or 0x7054CD) is unknown color: approx Slate Blue. HEX triplet: 70, 54 and CD. RGB value is (112,84,205). Sum of RGB (Red+Green+Blue) = 112+84+205=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #7054CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054CD is #8FAB32. Grayscale: #696969. Windows color (decimal): -9415475 or 13456496. OLE color: 13456496.

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

Color convert

RGB11284205-
CMYK0.450.5900.20
HSL253.88º54.75%56.67%-
HSV(B)253.88º59.02%80.39%-
XYZ20.8714.1959.4-
YUV106.17183.78132.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=27.93%
G=20.95%
B=51.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112842050.450.5900.20253.8854.7556.67
Hex7054CD2D3B014fe3739
Octal16012431555730243766771
Binary111000010101001100110110110111101101010011111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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