#716EAC

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

Shades of Chetwode Blue #716EAC

Tints of Chetwode Blue #716EAC

Color information

#716EAC (or 0x716EAC) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6E and AC. RGB value is (113,110,172). Sum of RGB (Red+Green+Blue) = 113+110+172=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #716EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EAC is #8E9153. Grayscale: #757575. Windows color (decimal): -9343316 or 11300465. OLE color: 11300465.

HSL color Cylindrical-coordinate representation of color #716EAC: hue angle of 242.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716EAC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113110172-
CMYK0.340.3600.33
HSL242.9º27.19%55.29%-
HSV(B)242.9º36.05%67.45%-
XYZ19.8317.6441.39-
YUV117.96158.49124.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 110 (43.36% from 255) = 27.85%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=28.61%
G=27.85%
B=43.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131101720.340.3600.33242.927.1955.29
Hex716EAC2224021f31b37
Octal16115625442440413633367
Binary111000111011101010110010001010010001000011111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716EAC; }

 p { color: rgb(113,110,172); }

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

<style>
 a { background-color: #716EAC; }

 a { background-color: rgb(113,110,172); }

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

<style>
 span { border-color: #716EAC; }

 span { border-color: rgb(113,110,172); }

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