#7160C2

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

Shades of Slate Blue #7160C2

Tints of Slate Blue #7160C2

Color information

#7160C2 (or 0x7160C2) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and C2. RGB value is (113,96,194). Sum of RGB (Red+Green+Blue) = 113+96+194=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #7160C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160C2 is #8E9F3D. Grayscale: #6F6F6F. Windows color (decimal): -9346878 or 12738673. OLE color: 12738673.

HSL color Cylindrical-coordinate representation of color #7160C2: hue angle of 250.41º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7160C2 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11396194-
CMYK0.420.5100.24
HSL250.41º44.55%56.86%-
HSV(B)250.41º50.52%76.08%-
XYZ20.7315.7752.99-
YUV112.26174.13128.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 194 (76.17% from 255) = 48.14%
R=28.04%
G=23.82%
B=48.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113961940.420.5100.24250.4144.5556.86
Hex7160C22A33018fa2d39
Octal16114030252630303725571
Binary111000111000001100001010101011001101100011111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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