#7160D0

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

Shades of Slate Blue #7160D0

Tints of Slate Blue #7160D0

Color information

#7160D0 (or 0x7160D0) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and D0. RGB value is (113,96,208). Sum of RGB (Red+Green+Blue) = 113+96+208=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #7160D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160D0 is #8E9F2F. Grayscale: #717171. Windows color (decimal): -9346864 or 13656177. OLE color: 13656177.

HSL color Cylindrical-coordinate representation of color #7160D0: hue angle of 249.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7160D0 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11396208-
CMYK0.460.5400.18
HSL249.11º54.37%59.61%-
HSV(B)249.11º53.85%81.57%-
XYZ22.3816.4361.67-
YUV113.85181.13127.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 208 (81.64% from 255) = 49.88%
R=27.10%
G=23.02%
B=49.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113962080.460.5400.18249.1154.3759.61
Hex7160D02E36012f9363c
Octal16114032056660223716674
Binary111000111000001101000010111011011001001011111001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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