#808AAF

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

Shades of Ship Cove #808AAF

Tints of Ship Cove #808AAF

Color information

#808AAF (or 0x808AAF) is unknown color: approx Ship Cove. HEX triplet: 80, 8A and AF. RGB value is (128,138,175). Sum of RGB (Red+Green+Blue) = 128+138+175=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #808AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AAF is #7F7550. Grayscale: #8B8B8B. Windows color (decimal): -8353105 or 11504256. OLE color: 11504256.

HSL color Cylindrical-coordinate representation of color #808AAF: hue angle of 227.23º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808AAF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128138175-
CMYK0.270.2100.31
HSL227.23º22.71%59.41%-
HSV(B)227.23º26.86%68.63%-
XYZ25.7325.8644.19-
YUV139.23148.19119.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=29.02%
G=31.29%
B=39.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281381750.270.2100.31227.2322.7159.41
Hex808AAF1B1501Fe3173b
Octal20021225733250373432773
Binary10000000100010101010111111011101010111111110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,175); }

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

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

 a { background-color: rgb(128,138,175); }

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

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

 span { border-color: rgb(128,138,175); }

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