#7161CC

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

Shades of Slate Blue #7161CC

Tints of Slate Blue #7161CC

Color information

#7161CC (or 0x7161CC) is unknown color: approx Slate Blue. HEX triplet: 71, 61 and CC. RGB value is (113,97,204). Sum of RGB (Red+Green+Blue) = 113+97+204=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #7161CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161CC is #8E9E33. Grayscale: #717171. Windows color (decimal): -9346612 or 13394289. OLE color: 13394289.

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

Color convert

RGB11397204-
CMYK0.450.5200.2
HSL248.97º51.2%59.02%-
HSV(B)248.97º52.45%80%-
XYZ21.9816.4259.14-
YUV113.98178.8127.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=27.29%
G=23.43%
B=49.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113972040.450.5200.2248.9751.259.02
Hex7161CC2D34014f9333b
Octal16114131455640243716373
Binary111000111000011100110010110111010001010011111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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