#73809E

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

Shades of Ship Cove #73809E

Tints of Ship Cove #73809E

Color information

#73809E (or 0x73809E) is unknown color: approx Ship Cove. HEX triplet: 73, 80 and 9E. RGB value is (115,128,158). Sum of RGB (Red+Green+Blue) = 115+128+158=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #73809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809E is #8C7F61. Grayscale: #7F7F7F. Windows color (decimal): -9207650 or 10387571. OLE color: 10387571.

HSL color Cylindrical-coordinate representation of color #73809E: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73809E is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115128158-
CMYK0.270.1900.38
HSL221.86º18.14%53.53%-
HSV(B)221.86º27.22%61.96%-
XYZ20.9621.5535.4-
YUV127.53145.19119.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=28.68%
G=31.92%
B=39.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151281580.270.1900.38221.8618.1453.53
Hex73809E1B13026de1236
Octal16320023633230463362266
Binary11100111000000010011110110111001101001101101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73809E; }

 p { color: rgb(115,128,158); }

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

<style>
 a { background-color: #73809E; }

 a { background-color: rgb(115,128,158); }

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

<style>
 span { border-color: #73809E; }

 span { border-color: rgb(115,128,158); }

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