#808BAD

Color #808BAD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #808BAD

Tints of Ship Cove #808BAD

Color information

#808BAD (or 0x808BAD) is unknown color: approx Ship Cove. HEX triplet: 80, 8B and AD. RGB value is (128,139,173). Sum of RGB (Red+Green+Blue) = 128+139+173=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #808BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAD is #7F7452. Grayscale: #8B8B8B. Windows color (decimal): -8352851 or 11373440. OLE color: 11373440.

HSL color Cylindrical-coordinate representation of color #808BAD: hue angle of 225.33º 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 #808BAD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128139173-
CMYK0.260.2000.32
HSL225.33º21.53%59.02%-
HSV(B)225.33º26.01%67.84%-
XYZ25.6826.0743.21-
YUV139.59146.86119.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=29.09%
G=31.59%
B=39.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281391730.260.2000.32225.3321.5359.02
Hex808BAD1A14020e1163b
Octal20021325532240403412673
Binary100000001000101110101101110101010001000001110000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #808BAD;
 }
 .AnyTagClassName
 {
   color: #808BAD;
 }
</style>
background-color css

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

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

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

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

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

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