#7059DF

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

Shades of Slate Blue #7059DF

Tints of Slate Blue #7059DF

Color information

#7059DF (or 0x7059DF) is unknown color: approx Slate Blue. HEX triplet: 70, 59 and DF. RGB value is (112,89,223). Sum of RGB (Red+Green+Blue) = 112+89+223=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #7059DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059DF is #8FA620. Grayscale: #6E6E6E. Windows color (decimal): -9414177 or 14637424. OLE color: 14637424.

HSL color Cylindrical-coordinate representation of color #7059DF: hue angle of 250.3º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7059DF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11289223-
CMYK0.500.6000.13
HSL250.3º67.68%61.18%-
HSV(B)250.3º60.09%87.45%-
XYZ23.5715.9271.64-
YUV111.15191.12128.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 223 (87.5% from 255) = 52.59%
R=26.42%
G=20.99%
B=52.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112892230.500.6000.13250.367.6861.18
Hex7059DF323C0Dfa443d
Octal160131337627401537210475
Binary111000010110011101111111001011110001101111110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059DF; }

 p { color: rgb(112,89,223); }

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

<style>
 a { background-color: #7059DF; }

 a { background-color: rgb(112,89,223); }

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

<style>
 span { border-color: #7059DF; }

 span { border-color: rgb(112,89,223); }

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