Html Css Color HEX #80889F Ship Cove

📋 copy color: '#80889F'

red 128 ◦ green 136 ◦ blue 159

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

Shades of Ship Cove #80889F

Tints of Ship Cove #80889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 30.26%
G = 32.15%
B = 37.59%

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

#80889F (or 0x80889F) is known color: Ship Cove. HEX triplet: 80, 88 and 9F. RGB value is (128,136,159). Sum of RGB (Red+Green+Blue) = 128+136+159=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #80889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80889F is #7F7760. Grayscale: #888888. Windows color (decimal): -8353633 or 10455168. OLE color: 10455168.

HSL color Cylindrical-coordinate representation of color #80889F: hue angle of 224.52º 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 #80889F is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 136 159 -
CMYK 0.19 0.14 0 0.38
HSL 224.52º 0.14% 0.56% -
HSV(B) 224.52º 0.19% 0.62% -
XYZ 23.96 24.7 36.31 -
YUV 136.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 128 136 159 0.19 0.14 0 0.38 224.52 0.14 0.56
Hex 80 88 9F 13 E 0 26 E1 E 38
Octal 200 210 237 23 16 0 46 341 16 70
Binary 10000000 10001000 10011111 10011 1110 0 100110 11100001 1110 111000

Color Harmonies of #80889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80889F

Black with #80889F

Text Example


Text Example

White with #80889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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