#7056DA

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

Shades of Slate Blue #7056DA

Tints of Slate Blue #7056DA

Color information

#7056DA (or 0x7056DA) is unknown color: approx Slate Blue. HEX triplet: 70, 56 and DA. RGB value is (112,86,218). Sum of RGB (Red+Green+Blue) = 112+86+218=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #7056DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056DA is #8FA925. Grayscale: #6C6C6C. Windows color (decimal): -9414950 or 14308976. OLE color: 14308976.

HSL color Cylindrical-coordinate representation of color #7056DA: hue angle of 251.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7056DA is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11286218-
CMYK0.490.6100.15
HSL251.82º64.08%59.61%-
HSV(B)251.82º60.55%85.49%-
XYZ22.6615.1668.06-
YUV108.82189.61130.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 218 (85.55% from 255) = 52.40%
R=26.92%
G=20.67%
B=52.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112862180.490.6100.15251.8264.0859.61
Hex7056DA313D0Ffc403c
Octal160126332617501737410074
Binary111000010101101101101011000111110101111111111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7056DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7056DA; }

 p { color: rgb(112,86,218); }

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

<style>
 a { background-color: #7056DA; }

 a { background-color: rgb(112,86,218); }

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

<style>
 span { border-color: #7056DA; }

 span { border-color: rgb(112,86,218); }

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