#8190AD

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

Shades of Ship Cove #8190AD

Tints of Ship Cove #8190AD

Color information

#8190AD (or 0x8190AD) is unknown color: approx Ship Cove. HEX triplet: 81, 90 and AD. RGB value is (129,144,173). Sum of RGB (Red+Green+Blue) = 129+144+173=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #8190AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8190AD is #7E6F52. Grayscale: #8E8E8E. Windows color (decimal): -8286035 or 11374721. OLE color: 11374721.

HSL color Cylindrical-coordinate representation of color #8190AD: hue angle of 219.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8190AD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB129144173-
CMYK0.250.1700.32
HSL219.55º21.15%59.22%-
HSV(B)219.55º25.43%67.84%-
XYZ26.5727.6343.47-
YUV142.82145.03118.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=28.92%
G=32.29%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291441730.250.1700.32219.5521.1559.22
Hex8190AD1911020dc153b
Octal20122025531210403342573
Binary100000011001000010101101110011000101000001101110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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