#716eab

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

Shades of Chetwode Blue #716EAB

Tints of Chetwode Blue #716EAB

Color information

#716EAB (or 0x716EAB) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6E and AB. RGB value is (113,110,171). Sum of RGB (Red+Green+Blue) = 113+110+171=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #716EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EAB is #8E9154. Grayscale: #757575. Windows color (decimal): -9343317 or 11234929. OLE color: 11234929.

HSL color Cylindrical-coordinate representation of color #716EAB: hue angle of 242.95º 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 #716EAB is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113110171-
CMYK0.340.3600.33
HSL242.95º26.64%55.1%-
HSV(B)242.95º35.67%67.06%-
XYZ19.7417.640.89-
YUV117.85157.99124.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=28.68%
G=27.92%
B=43.40%

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
Decimal1131101710.340.3600.33242.9526.6455.1
Hex716EAB2224021f31b37
Octal16115625342440413633367
Binary111000111011101010101110001010010001000011111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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