Html Css Color HEX #808FA5 Ship Cove

📋 copy color: '#808FA5'

red 128 ◦ green 143 ◦ blue 165

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

Shades of Ship Cove #808FA5

Tints of Ship Cove #808FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 29.36%
G = 32.8%
B = 37.84%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#808FA5 (or 0x808FA5) is known color: Ship Cove. HEX triplet: 80, 8F and A5. RGB value is (128,143,165). Sum of RGB (Red+Green+Blue) = 128+143+165=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #808FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA5 is #7F705A. Grayscale: #8C8C8C. Windows color (decimal): -8351835 or 10850176. OLE color: 10850176.

HSL color Cylindrical-coordinate representation of color #808FA5: hue angle of 215.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808FA5 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 143 165 -
CMYK 0.22 0.13 0 0.35
HSL 215.68º 0.17% 0.57% -
HSV(B) 215.68º 0.22% 0.65% -
XYZ 25.52 26.95 39.45 -
YUV 141.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 128 143 165 0.22 0.13 0 0.35 215.68 0.17 0.57
Hex 80 8F A5 16 D 0 23 D8 11 39
Octal 200 217 245 26 15 0 43 330 21 71
Binary 10000000 10001111 10100101 10110 1101 0 100011 11011000 10001 111001

Color Harmonies of #808FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FA5

Black with #808FA5

Text Example


Text Example

White with #808FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FA5; }

 p { color: rgb(128,143,165); }

 H1.HeaderClassName
 {
   color: #808FA5;
 }
 .AnyTagClassName
 {
   color: #808FA5;
 }
</style>

background-color css

<style>
 a { background-color: #808FA5; }

 a { background-color: rgb(128,143,165); }

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

border-color css

<style>
 span { border-color: #808FA5; }

 span { border-color: rgb(128,143,165); }

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