#728CAB

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

Shades of Ship Cove #728CAB

Tints of Ship Cove #728CAB

Color information

#728CAB (or 0x728CAB) is unknown color: approx Ship Cove. HEX triplet: 72, 8C and AB. RGB value is (114,140,171). Sum of RGB (Red+Green+Blue) = 114+140+171=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #728CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAB is #8D7354. Grayscale: #878787. Windows color (decimal): -9270101 or 11242610. OLE color: 11242610.

HSL color Cylindrical-coordinate representation of color #728CAB: hue angle of 212.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728CAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114140171-
CMYK0.330.1800.33
HSL212.63º25.33%55.88%-
HSV(B)212.63º33.33%67.06%-
XYZ23.6725.2742.16-
YUV135.76147.89112.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=26.82%
G=32.94%
B=40.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141401710.330.1800.33212.6325.3355.88
Hex728CAB2112021d51938
Octal16221425341220413253170
Binary111001010001100101010111000011001001000011101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,171); }

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

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

 a { background-color: rgb(114,140,171); }

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

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

 span { border-color: rgb(114,140,171); }

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