#8090AF

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

Shades of Ship Cove #8090AF

Tints of Ship Cove #8090AF

Color information

#8090AF (or 0x8090AF) is unknown color: approx Ship Cove. HEX triplet: 80, 90 and AF. RGB value is (128,144,175). Sum of RGB (Red+Green+Blue) = 128+144+175=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #8090AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8090AF is #7F6F50. Grayscale: #8E8E8E. Windows color (decimal): -8351569 or 11505792. OLE color: 11505792.

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

Color convert

RGB128144175-
CMYK0.270.1800.31
HSL219.57º22.71%59.41%-
HSV(B)219.57º26.86%68.63%-
XYZ26.6127.6344.49-
YUV142.75146.2117.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=28.64%
G=32.21%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281441750.270.1800.31219.5722.7159.41
Hex8090AF1B1201Fdc173b
Octal20022025733220373342773
Binary10000000100100001010111111011100100111111101110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8090AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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