Html Css Color HEX #80899F Ship Cove

📋 copy color: '#80899F'

red 128 ◦ green 137 ◦ blue 159

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

Shades of Ship Cove #80899F

Tints of Ship Cove #80899F

RGB

 RED value IS 128 (50.39% from 255) = 30.19%

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 30.19%
G = 32.31%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80899F (or 0x80899F) is known color: Ship Cove. HEX triplet: 80, 89 and 9F. RGB value is (128,137,159). Sum of RGB (Red+Green+Blue) = 128+137+159=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #80899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899F is #7F7660. Grayscale: #888888. Windows color (decimal): -8353377 or 10455424. OLE color: 10455424.

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

Color convert

RGB 128 137 159 -
CMYK 0.19 0.14 0 0.38
HSL 222.58º 0.14% 0.56% -
HSV(B) 222.58º 0.19% 0.62% -
XYZ 24.11 24.98 36.35 -
YUV 136.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 128 137 159 0.19 0.14 0 0.38 222.58 0.14 0.56
Hex 80 89 9F 13 E 0 26 DF E 38
Octal 200 211 237 23 16 0 46 337 16 70
Binary 10000000 10001001 10011111 10011 1110 0 100110 11011111 1110 111000

Color Harmonies of #80899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80899F

Black with #80899F

Text Example


Text Example

White with #80899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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