Html Css Color HEX #73809F Ship Cove

📋 copy color: '#73809F'

red 115 ◦ green 128 ◦ blue 159

#73809F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #73809F

Tints of Ship Cove #73809F

RGB

 RED value IS 115 (45.31% from 255) = 28.61%

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 28.61%
G = 31.84%
B = 39.55%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73809F (or 0x73809F) is known color: Ship Cove. HEX triplet: 73, 80 and 9F. RGB value is (115,128,159). Sum of RGB (Red+Green+Blue) = 115+128+159=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #73809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809F is #8C7F60. Grayscale: #7F7F7F. Windows color (decimal): -9207649 or 10453107. OLE color: 10453107.

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

Color convert

RGB 115 128 159 -
CMYK 0.28 0.19 0 0.38
HSL 222.27º 0.19% 0.54% -
HSV(B) 222.27º 0.28% 0.62% -
XYZ 21.05 21.59 35.86 -
YUV 127.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 115 128 159 0.28 0.19 0 0.38 222.27 0.19 0.54
Hex 73 80 9F 1C 13 0 26 DE 13 36
Octal 163 200 237 34 23 0 46 336 23 66
Binary 1110011 10000000 10011111 11100 10011 0 100110 11011110 10011 110110

Color Harmonies of #73809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73809F

Black with #73809F

Text Example


Text Example

White with #73809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73809F;
 }
 .AnyTagClassName
 {
   color: #73809F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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