Html Css Color HEX #808FAB Ship Cove

📋 copy color: '#808FAB'

red 128 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #808FAB

Tints of Ship Cove #808FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 28.96%
G = 32.35%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#808FAB (or 0x808FAB) is known color: Ship Cove. HEX triplet: 80, 8F and AB. RGB value is (128,143,171). Sum of RGB (Red+Green+Blue) = 128+143+171=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #808FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FAB is #7F7054. Grayscale: #8D8D8D. Windows color (decimal): -8351829 or 11243392. OLE color: 11243392.

HSL color Cylindrical-coordinate representation of color #808FAB: hue angle of 219.07º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808FAB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 143 171 -
CMYK 0.25 0.16 0 0.33
HSL 219.07º 0.2% 0.59% -
HSV(B) 219.07º 0.25% 0.67% -
XYZ 26.08 27.17 42.4 -
YUV 141.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 128 143 171 0.25 0.16 0 0.33 219.07 0.2 0.59
Hex 80 8F AB 19 10 0 21 DB 14 3B
Octal 200 217 253 31 20 0 41 333 24 73
Binary 10000000 10001111 10101011 11001 10000 0 100001 11011011 10100 111011

Color Harmonies of #808FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FAB

Black with #808FAB

Text Example


Text Example

White with #808FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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