#7166CC

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

Shades of Slate Blue #7166CC

Tints of Slate Blue #7166CC

Color information

#7166CC (or 0x7166CC) is unknown color: approx Slate Blue. HEX triplet: 71, 66 and CC. RGB value is (113,102,204). Sum of RGB (Red+Green+Blue) = 113+102+204=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7166CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166CC is #8E9933. Grayscale: #747474. Windows color (decimal): -9345332 or 13395569. OLE color: 13395569.

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

Color convert

RGB113102204-
CMYK0.450.500.2
HSL246.47º50%60%-
HSV(B)246.47º50%80%-
XYZ22.4617.3759.3-
YUV116.92177.14125.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=26.97%
G=24.34%
B=48.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1131022040.450.500.2246.475060
Hex7166CC2D32014f6323c
Octal16114631455620243666274
Binary111000111001101100110010110111001001010011110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7166CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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