#7160DD

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

Shades of Slate Blue #7160DD

Tints of Slate Blue #7160DD

Color information

#7160DD (or 0x7160DD) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and DD. RGB value is (113,96,221). Sum of RGB (Red+Green+Blue) = 113+96+221=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #7160DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160DD is #8E9F22. Grayscale: #727272. Windows color (decimal): -9346851 or 14508145. OLE color: 14508145.

HSL color Cylindrical-coordinate representation of color #7160DD: hue angle of 248.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7160DD is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11396221-
CMYK0.490.5700.13
HSL248.16º64.77%62.16%-
HSV(B)248.16º56.56%86.67%-
XYZ24.0417.170.44-
YUV115.33187.63126.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=26.28%
G=22.33%
B=51.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113962210.490.5700.13248.1664.7762.16
Hex7160DD31390Df8413e
Octal161140335617101537010176
Binary111000111000001101110111000111100101101111110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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