#727AAC

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

Shades of Chetwode Blue #727AAC

Tints of Chetwode Blue #727AAC

Color information

#727AAC (or 0x727AAC) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7A and AC. RGB value is (114,122,172). Sum of RGB (Red+Green+Blue) = 114+122+172=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #727AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AAC is #8D8553. Grayscale: #7D7D7D. Windows color (decimal): -9274708 or 11303538. OLE color: 11303538.

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

Color convert

RGB114122172-
CMYK0.340.2900.33
HSL231.72º25.89%56.08%-
HSV(B)231.72º33.72%67.45%-
XYZ21.3520.4841.86-
YUV125.31154.35119.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=27.94%
G=29.90%
B=42.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141221720.340.2900.33231.7225.8956.08
Hex727AAC221D021e81a38
Octal16217225442350413503270
Binary11100101111010101011001000101110101000011110100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727AAC; }

 p { color: rgb(114,122,172); }

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

<style>
 a { background-color: #727AAC; }

 a { background-color: rgb(114,122,172); }

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

<style>
 span { border-color: #727AAC; }

 span { border-color: rgb(114,122,172); }

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