#7160CB

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

Shades of Slate Blue #7160CB

Tints of Slate Blue #7160CB

Color information

#7160CB (or 0x7160CB) is unknown color: approx Slate Blue. HEX triplet: 71, 60 and CB. RGB value is (113,96,203). Sum of RGB (Red+Green+Blue) = 113+96+203=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7160CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7160CB is #8E9F34. Grayscale: #707070. Windows color (decimal): -9346869 or 13328497. OLE color: 13328497.

HSL color Cylindrical-coordinate representation of color #7160CB: hue angle of 249.53º 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 #7160CB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11396203-
CMYK0.440.5300.20
HSL249.53º50.71%58.63%-
HSV(B)249.53º52.71%79.61%-
XYZ21.7716.1958.48-
YUV113.28178.63127.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=27.43%
G=23.30%
B=49.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113962030.440.5300.20249.5350.7158.63
Hex7160CB2C35014fa333b
Octal16114031354650243726373
Binary111000111000001100101110110011010101010011111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7160CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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