Html Css Color HEX #80879D Ship Cove

📋 copy color: '#80879D'

red 128 ◦ green 135 ◦ blue 157

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

Shades of Ship Cove #80879D

Tints of Ship Cove #80879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 30.48%
G = 32.14%
B = 37.38%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80879D (or 0x80879D) is known color: Ship Cove. HEX triplet: 80, 87 and 9D. RGB value is (128,135,157). Sum of RGB (Red+Green+Blue) = 128+135+157=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #80879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80879D is #7F7862. Grayscale: #878787. Windows color (decimal): -8353891 or 10323840. OLE color: 10323840.

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

Color convert

RGB 128 135 157 -
CMYK 0.18 0.14 0 0.38
HSL 225.52º 0.13% 0.56% -
HSV(B) 225.52º 0.18% 0.62% -
XYZ 23.65 24.35 35.35 -
YUV 135.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 128 135 157 0.18 0.14 0 0.38 225.52 0.13 0.56
Hex 80 87 9D 12 E 0 26 E2 D 38
Octal 200 207 235 22 16 0 46 342 15 70
Binary 10000000 10000111 10011101 10010 1110 0 100110 11100010 1101 111000

Color Harmonies of #80879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80879D

Black with #80879D

Text Example


Text Example

White with #80879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80879D; }

 p { color: rgb(128,135,157); }

 H1.HeaderClassName
 {
   color: #80879D;
 }
 .AnyTagClassName
 {
   color: #80879D;
 }
</style>

background-color css

<style>
 a { background-color: #80879D; }

 a { background-color: rgb(128,135,157); }

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

border-color css

<style>
 span { border-color: #80879D; }

 span { border-color: rgb(128,135,157); }

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