#7176AB

Color #7176AB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7176AB

Tints of Chetwode Blue #7176AB

Color information

#7176AB (or 0x7176AB) is unknown color: approx Chetwode Blue. HEX triplet: 71, 76 and AB. RGB value is (113,118,171). Sum of RGB (Red+Green+Blue) = 113+118+171=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7176AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7176AB is #8E8954. Grayscale: #7A7A7A. Windows color (decimal): -9341269 or 11236977. OLE color: 11236977.

HSL color Cylindrical-coordinate representation of color #7176AB: hue angle of 234.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7176AB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113118171-
CMYK0.340.3100.33
HSL234.83º25.66%55.69%-
HSV(B)234.83º33.92%67.06%-
XYZ20.6419.4141.19-
YUV122.55155.34121.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=28.11%
G=29.35%
B=42.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131181710.340.3100.33234.8325.6655.69
Hex7176AB221F021eb1a38
Octal16116625342370413533270
Binary11100011110110101010111000101111101000011110101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7176AB; }

 p { color: rgb(113,118,171); }

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

<style>
 a { background-color: #7176AB; }

 a { background-color: rgb(113,118,171); }

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

<style>
 span { border-color: #7176AB; }

 span { border-color: rgb(113,118,171); }

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