#728BAD

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

Shades of Ship Cove #728BAD

Tints of Ship Cove #728BAD

Color information

#728BAD (or 0x728BAD) is unknown color: approx Ship Cove. HEX triplet: 72, 8B and AD. RGB value is (114,139,173). Sum of RGB (Red+Green+Blue) = 114+139+173=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #728BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728BAD is #8D7452. Grayscale: #878787. Windows color (decimal): -9270355 or 11373426. OLE color: 11373426.

HSL color Cylindrical-coordinate representation of color #728BAD: hue angle of 214.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728BAD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114139173-
CMYK0.340.2000.32
HSL214.58º26.46%56.27%-
HSV(B)214.58º34.1%67.84%-
XYZ23.7125.0643.12-
YUV135.4149.22112.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=26.76%
G=32.63%
B=40.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141391730.340.2000.32214.5826.4656.27
Hex728BAD2214020d71a38
Octal16221325542240403273270
Binary111001010001011101011011000101010001000001101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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