#8091AF

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

Shades of Ship Cove #8091AF

Tints of Ship Cove #8091AF

Color information

#8091AF (or 0x8091AF) is unknown color: approx Ship Cove. HEX triplet: 80, 91 and AF. RGB value is (128,145,175). Sum of RGB (Red+Green+Blue) = 128+145+175=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #8091AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8091AF is #7F6E50. Grayscale: #8F8F8F. Windows color (decimal): -8351313 or 11506048. OLE color: 11506048.

HSL color Cylindrical-coordinate representation of color #8091AF: hue angle of 218.3º 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 #8091AF is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128145175-
CMYK0.270.1700.31
HSL218.3º22.71%59.41%-
HSV(B)218.3º26.86%68.63%-
XYZ26.7727.9444.54-
YUV143.34145.87117.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=28.57%
G=32.37%
B=39.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281451750.270.1700.31218.322.7159.41
Hex8091AF1B1101Fda173b
Octal20022125733210373322773
Binary10000000100100011010111111011100010111111101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8091AF; }

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

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

<style>
 a { background-color: #8091AF; }

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

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

<style>
 span { border-color: #8091AF; }

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

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