#728DAD

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

Shades of Ship Cove #728DAD

Tints of Ship Cove #728DAD

Color information

#728DAD (or 0x728DAD) is unknown color: approx Ship Cove. HEX triplet: 72, 8D and AD. RGB value is (114,141,173). Sum of RGB (Red+Green+Blue) = 114+141+173=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #728DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAD is #8D7252. Grayscale: #888888. Windows color (decimal): -9269843 or 11373938. OLE color: 11373938.

HSL color Cylindrical-coordinate representation of color #728DAD: hue angle of 212.54º 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 #728DAD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114141173-
CMYK0.340.1800.32
HSL212.54º26.46%56.27%-
HSV(B)212.54º34.1%67.84%-
XYZ24.0125.6443.22-
YUV136.57148.55111.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=26.64%
G=32.94%
B=40.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141411730.340.1800.32212.5426.4656.27
Hex728DAD2212020d51a38
Octal16221525542220403253270
Binary111001010001101101011011000101001001000001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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