#727ABF

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

Shades of Chetwode Blue #727ABF

Tints of Chetwode Blue #727ABF

Color information

#727ABF (or 0x727ABF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7A and BF. RGB value is (114,122,191). Sum of RGB (Red+Green+Blue) = 114+122+191=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #727ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABF is #8D8540. Grayscale: #7F7F7F. Windows color (decimal): -9274689 or 12548722. OLE color: 12548722.

HSL color Cylindrical-coordinate representation of color #727ABF: hue angle of 233.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727ABF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114122191-
CMYK0.400.3600.25
HSL233.77º37.56%59.8%-
HSV(B)233.77º40.31%74.9%-
XYZ23.321.2652.17-
YUV127.47163.85118.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 44.73%
R=26.70%
G=28.57%
B=44.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141221910.400.3600.25233.7737.5659.8
Hex727ABF2824019ea263c
Octal16217227750440313524674
Binary111001011110101011111110100010010001100111101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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