#8193AB

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

Shades of Ship Cove #8193AB

Tints of Ship Cove #8193AB

Color information

#8193AB (or 0x8193AB) is unknown color: approx Ship Cove. HEX triplet: 81, 93 and AB. RGB value is (129,147,171). Sum of RGB (Red+Green+Blue) = 129+147+171=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #8193AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8193AB is #7E6C54. Grayscale: #909090. Windows color (decimal): -8285269 or 11244417. OLE color: 11244417.

HSL color Cylindrical-coordinate representation of color #8193AB: hue angle of 214.29º 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 #8193AB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129147171-
CMYK0.250.1400.33
HSL214.29º20%58.82%-
HSV(B)214.29º24.56%67.06%-
XYZ26.8428.4742.61-
YUV144.35143.04117.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=28.86%
G=32.89%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291471710.250.1400.33214.292058.82
Hex8193AB19E021d6143b
Octal20122325331160413262473
Binary10000001100100111010101111001111001000011101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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