#7166D1

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

Shades of Slate Blue #7166D1

Tints of Slate Blue #7166D1

Color information

#7166D1 (or 0x7166D1) is unknown color: approx Slate Blue. HEX triplet: 71, 66 and D1. RGB value is (113,102,209). Sum of RGB (Red+Green+Blue) = 113+102+209=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #7166D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166D1 is #8E992E. Grayscale: #757575. Windows color (decimal): -9345327 or 13723249. OLE color: 13723249.

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

Color convert

RGB113102209-
CMYK0.460.5100.18
HSL246.17º53.77%60.98%-
HSV(B)246.17º51.2%81.96%-
XYZ23.0717.6262.51-
YUV117.49179.64124.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.65%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=26.65%
G=24.06%
B=49.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131022090.460.5100.18246.1753.7760.98
Hex7166D12E33012f6363d
Octal16114632156630223666675
Binary111000111001101101000110111011001101001011110110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7166D1; }

 p { color: rgb(113,102,209); }

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

<style>
 a { background-color: #7166D1; }

 a { background-color: rgb(113,102,209); }

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

<style>
 span { border-color: #7166D1; }

 span { border-color: rgb(113,102,209); }

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