#7176AE

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

Shades of Chetwode Blue #7176AE

Tints of Chetwode Blue #7176AE

Color information

#7176AE (or 0x7176AE) is unknown color: approx Chetwode Blue. HEX triplet: 71, 76 and AE. RGB value is (113,118,174). Sum of RGB (Red+Green+Blue) = 113+118+174=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #7176AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7176AE is #8E8951. Grayscale: #7A7A7A. Windows color (decimal): -9341266 or 11433585. OLE color: 11433585.

HSL color Cylindrical-coordinate representation of color #7176AE: hue angle of 235.08º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7176AE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113118174-
CMYK0.350.3200.32
HSL235.08º27.35%56.27%-
HSV(B)235.08º35.06%68.24%-
XYZ20.9319.5242.71-
YUV122.89156.84120.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=27.90%
G=29.14%
B=42.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131181740.350.3200.32235.0827.3556.27
Hex7176AE2320020eb1b38
Octal16116625643400403533370
Binary111000111101101010111010001110000001000001110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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