#726EAD

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

Shades of Chetwode Blue #726EAD

Tints of Chetwode Blue #726EAD

Color information

#726EAD (or 0x726EAD) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6E and AD. RGB value is (114,110,173). Sum of RGB (Red+Green+Blue) = 114+110+173=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #726EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726EAD is #8D9152. Grayscale: #767676. Windows color (decimal): -9277779 or 11366002. OLE color: 11366002.

HSL color Cylindrical-coordinate representation of color #726EAD: hue angle of 243.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726EAD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114110173-
CMYK0.340.3600.32
HSL243.81º27.75%55.49%-
HSV(B)243.81º36.42%67.84%-
XYZ20.0617.7541.9-
YUV118.38158.83124.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=28.72%
G=27.71%
B=43.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141101730.340.3600.32243.8127.7555.49
Hex726EAD2224020f41c37
Octal16215625542440403643467
Binary111001011011101010110110001010010001000001111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726EAD; }

 p { color: rgb(114,110,173); }

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

<style>
 a { background-color: #726EAD; }

 a { background-color: rgb(114,110,173); }

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

<style>
 span { border-color: #726EAD; }

 span { border-color: rgb(114,110,173); }

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