#727BBA

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

Shades of Chetwode Blue #727BBA

Tints of Chetwode Blue #727BBA

Color information

#727BBA (or 0x727BBA) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7B and BA. RGB value is (114,123,186). Sum of RGB (Red+Green+Blue) = 114+123+186=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #727BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBA is #8D8445. Grayscale: #7F7F7F. Windows color (decimal): -9274438 or 12221298. OLE color: 12221298.

HSL color Cylindrical-coordinate representation of color #727BBA: hue angle of 232.5º degrees, saturation: 0.34, 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 #727BBA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114123186-
CMYK0.390.3400.27
HSL232.5º34.29%58.82%-
HSV(B)232.5º38.71%72.94%-
XYZ22.8921.2949.36-
YUV127.49161.02118.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=26.95%
G=29.08%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141231860.390.3400.27232.534.2958.82
Hex727BBA272201Be8223b
Octal16217327247420333504273
Binary111001011110111011101010011110001001101111101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,123,186); }

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

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

 a { background-color: rgb(114,123,186); }

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

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

 span { border-color: rgb(114,123,186); }

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