#7160CC

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

Shades of Slate Blue #7160CC

Tints of Slate Blue #7160CC

Color information

#7160CC (or 0x7160CC) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and CC. RGB value is (113,96,204). Sum of RGB (Red+Green+Blue) = 113+96+204=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7160CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160CC is #8E9F33. Grayscale: #707070. Windows color (decimal): -9346868 or 13394033. OLE color: 13394033.

HSL color Cylindrical-coordinate representation of color #7160CC: hue angle of 249.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7160CC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11396204-
CMYK0.450.5300.2
HSL249.44º51.43%58.82%-
HSV(B)249.44º52.94%80%-
XYZ21.8916.2459.11-
YUV113.4179.13127.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=27.36%
G=23.24%
B=49.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113962040.450.5300.2249.4451.4358.82
Hex7160CC2D35014f9333b
Octal16114031455650243716373
Binary111000111000001100110010110111010101010011111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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