Html Css Color HEX #808FAD Ship Cove

📋 copy color: '#808FAD'

red 128 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #808FAD

Tints of Ship Cove #808FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 28.83%
G = 32.21%
B = 38.96%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#808FAD (or 0x808FAD) is known color: Ship Cove. HEX triplet: 80, 8F and AD. RGB value is (128,143,173). Sum of RGB (Red+Green+Blue) = 128+143+173=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #808FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FAD is #7F7052. Grayscale: #8D8D8D. Windows color (decimal): -8351827 or 11374464. OLE color: 11374464.

HSL color Cylindrical-coordinate representation of color #808FAD: hue angle of 220º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808FAD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 143 173 -
CMYK 0.26 0.17 0 0.32
HSL 220º 0.22% 0.59% -
HSV(B) 220º 0.26% 0.68% -
XYZ 26.27 27.25 43.41 -
YUV 141.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 128 143 173 0.26 0.17 0 0.32 220 0.22 0.59
Hex 80 8F AD 1A 11 0 20 DC 16 3B
Octal 200 217 255 32 21 0 40 334 26 73
Binary 10000000 10001111 10101101 11010 10001 0 100000 11011100 10110 111011

Color Harmonies of #808FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FAD

Black with #808FAD

Text Example


Text Example

White with #808FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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