#8192AB

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

Shades of Ship Cove #8192AB

Tints of Ship Cove #8192AB

Color information

#8192AB (or 0x8192AB) is unknown color: approx Ship Cove. HEX triplet: 81, 92 and AB. RGB value is (129,146,171). Sum of RGB (Red+Green+Blue) = 129+146+171=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #8192AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8192AB is #7E6D54. Grayscale: #8F8F8F. Windows color (decimal): -8285525 or 11244161. OLE color: 11244161.

HSL color Cylindrical-coordinate representation of color #8192AB: hue angle of 215.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8192AB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129146171-
CMYK0.250.1500.33
HSL215.71º20%58.82%-
HSV(B)215.71º24.56%67.06%-
XYZ26.6828.1742.56-
YUV143.77143.37117.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=28.92%
G=32.74%
B=38.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291461710.250.1500.33215.712058.82
Hex8192AB19F021d8143b
Octal20122225331170413302473
Binary10000001100100101010101111001111101000011101100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8192AB; }

 p { color: rgb(129,146,171); }

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

<style>
 a { background-color: #8192AB; }

 a { background-color: rgb(129,146,171); }

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

<style>
 span { border-color: #8192AB; }

 span { border-color: rgb(129,146,171); }

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