Html Css Color HEX #808BA6 Ship Cove

📋 copy color: '#808BA6'

red 128 ◦ green 139 ◦ blue 166

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

Shades of Ship Cove #808BA6

Tints of Ship Cove #808BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.1%

 BLUE value IS 166 (65.23% from 255) = 38.34%

R = 29.56%
G = 32.1%
B = 38.34%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#808BA6 (or 0x808BA6) is known color: Ship Cove. HEX triplet: 80, 8B and A6. RGB value is (128,139,166). Sum of RGB (Red+Green+Blue) = 128+139+166=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 166 - color contains mainly: blue. Hex color #808BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BA6 is #7F7459. Grayscale: #8A8A8A. Windows color (decimal): -8352858 or 10914688. OLE color: 10914688.

HSL color Cylindrical-coordinate representation of color #808BA6: hue angle of 222.63º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808BA6 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 139 166 -
CMYK 0.23 0.16 0 0.35
HSL 222.63º 0.18% 0.58% -
HSV(B) 222.63º 0.23% 0.65% -
XYZ 25.02 25.81 39.74 -
YUV 138.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 128 139 166 0.23 0.16 0 0.35 222.63 0.18 0.58
Hex 80 8B A6 17 10 0 23 DF 12 3A
Octal 200 213 246 27 20 0 43 337 22 72
Binary 10000000 10001011 10100110 10111 10000 0 100011 11011111 10010 111010

Color Harmonies of #808BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808BA6

Black with #808BA6

Text Example


Text Example

White with #808BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,139,166); }

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

background-color css

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

 a { background-color: rgb(128,139,166); }

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

border-color css

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

 span { border-color: rgb(128,139,166); }

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