#727AB2

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

Shades of Chetwode Blue #727AB2

Tints of Chetwode Blue #727AB2

Color information

#727AB2 (or 0x727AB2) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7A and B2. RGB value is (114,122,178). Sum of RGB (Red+Green+Blue) = 114+122+178=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #727AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727AB2 is #8D854D. Grayscale: #7D7D7D. Windows color (decimal): -9274702 or 11696754. OLE color: 11696754.

HSL color Cylindrical-coordinate representation of color #727AB2: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727AB2 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114122178-
CMYK0.360.3100.30
HSL232.5º29.36%57.25%-
HSV(B)232.5º35.96%69.8%-
XYZ21.9320.7144.96-
YUV125.99157.35119.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 178 (69.92% from 255) = 43.00%
R=27.54%
G=29.47%
B=43.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141221780.360.3100.30232.529.3657.25
Hex727AB2241F01Ee81d39
Octal16217226244370363503571
Binary1110010111101010110010100100111110111101110100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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