#727abb

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

Shades of Chetwode Blue #727ABB

Tints of Chetwode Blue #727ABB

Color information

#727ABB (or 0x727ABB) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7A and BB. RGB value is (114,122,187). Sum of RGB (Red+Green+Blue) = 114+122+187=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #727ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABB is #8D8544. Grayscale: #7E7E7E. Windows color (decimal): -9274693 or 12286578. OLE color: 12286578.

HSL color Cylindrical-coordinate representation of color #727ABB: hue angle of 233.42º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727ABB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114122187-
CMYK0.390.3500.27
HSL233.42º34.93%59.02%-
HSV(B)233.42º39.04%73.33%-
XYZ22.8721.0849.88-
YUV127.02161.85118.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=26.95%
G=28.84%
B=44.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141221870.390.3500.27233.4234.9359.02
Hex727ABB272301Be9233b
Octal16217227347430333514373
Binary111001011110101011101110011110001101101111101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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