Html Css Color HEX #80899C Ship Cove

📋 copy color: '#80899C'

red 128 ◦ green 137 ◦ blue 156

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

Shades of Ship Cove #80899C

Tints of Ship Cove #80899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 30.4%
G = 32.54%
B = 37.05%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80899C (or 0x80899C) is known color: Ship Cove. HEX triplet: 80, 89 and 9C. RGB value is (128,137,156). Sum of RGB (Red+Green+Blue) = 128+137+156=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #80899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80899C is #7F7663. Grayscale: #888888. Windows color (decimal): -8353380 or 10258816. OLE color: 10258816.

HSL color Cylindrical-coordinate representation of color #80899C: hue angle of 220.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80899C is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 137 156 -
CMYK 0.18 0.12 0 0.39
HSL 220.71º 0.12% 0.56% -
HSV(B) 220.71º 0.18% 0.61% -
XYZ 23.85 24.88 35 -
YUV 136.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 128 137 156 0.18 0.12 0 0.39 220.71 0.12 0.56
Hex 80 89 9C 12 C 0 27 DD C 38
Octal 200 211 234 22 14 0 47 335 14 70
Binary 10000000 10001001 10011100 10010 1100 0 100111 11011101 1100 111000

Color Harmonies of #80899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80899C

Black with #80899C

Text Example


Text Example

White with #80899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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