Html Css Color HEX #80879B Ship Cove

📋 copy color: '#80879B'

red 128 ◦ green 135 ◦ blue 155

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

Shades of Ship Cove #80879B

Tints of Ship Cove #80879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 30.62%
G = 32.3%
B = 37.08%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80879B (or 0x80879B) is known color: Ship Cove. HEX triplet: 80, 87 and 9B. RGB value is (128,135,155). Sum of RGB (Red+Green+Blue) = 128+135+155=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #80879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80879B is #7F7864. Grayscale: #878787. Windows color (decimal): -8353893 or 10192768. OLE color: 10192768.

HSL color Cylindrical-coordinate representation of color #80879B: hue angle of 224.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80879B is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 135 155 -
CMYK 0.17 0.13 0 0.39
HSL 224.44º 0.12% 0.55% -
HSV(B) 224.44º 0.17% 0.61% -
XYZ 23.48 24.28 34.46 -
YUV 135.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 128 135 155 0.17 0.13 0 0.39 224.44 0.12 0.55
Hex 80 87 9B 11 D 0 27 E0 C 37
Octal 200 207 233 21 15 0 47 340 14 67
Binary 10000000 10000111 10011011 10001 1101 0 100111 11100000 1100 110111

Color Harmonies of #80879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80879B

Black with #80879B

Text Example


Text Example

White with #80879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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