#7160DA

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

Shades of Slate Blue #7160DA

Tints of Slate Blue #7160DA

Color information

#7160DA (or 0x7160DA) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and DA. RGB value is (113,96,218). Sum of RGB (Red+Green+Blue) = 113+96+218=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #7160DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160DA is #8E9F25. Grayscale: #727272. Windows color (decimal): -9346854 or 14311537. OLE color: 14311537.

HSL color Cylindrical-coordinate representation of color #7160DA: hue angle of 248.36º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7160DA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11396218-
CMYK0.480.5600.15
HSL248.36º62.24%61.57%-
HSV(B)248.36º55.96%85.49%-
XYZ23.6516.9468.35-
YUV114.99186.13126.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=26.46%
G=22.48%
B=51.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113962180.480.5600.15248.3662.2461.57
Hex7160DA30380Ff83e3e
Octal16114033260700173707676
Binary11100011100000110110101100001110000111111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,96,218); }

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

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

 a { background-color: rgb(113,96,218); }

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

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

 span { border-color: rgb(113,96,218); }

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