#727ABD

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

Shades of Chetwode Blue #727ABD

Tints of Chetwode Blue #727ABD

Color information

#727ABD (or 0x727ABD) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7A and BD. RGB value is (114,122,189). Sum of RGB (Red+Green+Blue) = 114+122+189=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #727ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABD is #8D8542. Grayscale: #7E7E7E. Windows color (decimal): -9274691 or 12417650. OLE color: 12417650.

HSL color Cylindrical-coordinate representation of color #727ABD: hue angle of 233.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727ABD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114122189-
CMYK0.400.3500.26
HSL233.6º36.23%59.41%-
HSV(B)233.6º39.68%74.12%-
XYZ23.0821.1751.01-
YUV127.25162.85118.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=26.82%
G=28.71%
B=44.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141221890.400.3500.26233.636.2359.41
Hex727ABD282301Aea243b
Octal16217227550430323524473
Binary111001011110101011110110100010001101101011101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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