#728BA9

Color #728BA9 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #728BA9

Tints of Ship Cove #728BA9

Color information

#728BA9 (or 0x728BA9) is unknown color: approx Ship Cove. HEX triplet: 72, 8B and A9. RGB value is (114,139,169). Sum of RGB (Red+Green+Blue) = 114+139+169=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #728BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BA9 is #8D7456. Grayscale: #868686. Windows color (decimal): -9270359 or 11111282. OLE color: 11111282.

HSL color Cylindrical-coordinate representation of color #728BA9: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728BA9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB114139169-
CMYK0.330.1800.34
HSL212.73º24.23%55.49%-
HSV(B)212.73º32.54%66.27%-
XYZ23.3324.9141.11-
YUV134.94147.22113.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=27.01%
G=32.94%
B=40.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141391690.330.1800.34212.7324.2355.49
Hex728BA92112022d51837
Octal16221325141220423253067
Binary111001010001011101010011000011001001000101101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728BA9; }

 p { color: rgb(114,139,169); }

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

<style>
 a { background-color: #728BA9; }

 a { background-color: rgb(114,139,169); }

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

<style>
 span { border-color: #728BA9; }

 span { border-color: rgb(114,139,169); }

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