#8190AF

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

Shades of Ship Cove #8190AF

Tints of Ship Cove #8190AF

Color information

#8190AF (or 0x8190AF) is unknown color: approx Ship Cove. HEX triplet: 81, 90 and AF. RGB value is (129,144,175). Sum of RGB (Red+Green+Blue) = 129+144+175=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 144 (56.64% from 255 or 32.14% 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 #8190AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8190AF is #7E6F50. Grayscale: #8E8E8E. Windows color (decimal): -8286033 or 11505793. OLE color: 11505793.

HSL color Cylindrical-coordinate representation of color #8190AF: hue angle of 220.43º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8190AF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129144175-
CMYK0.260.1800.31
HSL220.43º22.33%59.61%-
HSV(B)220.43º26.29%68.63%-
XYZ26.7627.7144.5-
YUV143.05146.03117.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=28.79%
G=32.14%
B=39.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291441750.260.1800.31220.4322.3359.61
Hex8190AF1A1201Fdc163c
Octal20122025732220373342674
Binary10000001100100001010111111010100100111111101110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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