#73819E

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

Shades of Ship Cove #73819E

Tints of Ship Cove #73819E

Color information

#73819E (or 0x73819E) is unknown color: approx Ship Cove. HEX triplet: 73, 81 and 9E. RGB value is (115,129,158). Sum of RGB (Red+Green+Blue) = 115+129+158=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #73819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73819E is #8C7E61. Grayscale: #7F7F7F. Windows color (decimal): -9207394 or 10387827. OLE color: 10387827.

HSL color Cylindrical-coordinate representation of color #73819E: hue angle of 220.47º 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 #73819E is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115129158-
CMYK0.270.1800.38
HSL220.47º18.14%53.53%-
HSV(B)220.47º27.22%61.96%-
XYZ21.0921.8135.45-
YUV128.12144.86118.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=28.61%
G=32.09%
B=39.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151291580.270.1800.38220.4718.1453.53
Hex73819E1B12026dc1236
Octal16320123633220463342266
Binary11100111000000110011110110111001001001101101110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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