#8793AB

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

Shades of Ship Cove #8793AB

Tints of Ship Cove #8793AB

Color information

#8793AB (or 0x8793AB) is unknown color: approx Ship Cove. HEX triplet: 87, 93 and AB. RGB value is (135,147,171). Sum of RGB (Red+Green+Blue) = 135+147+171=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8793AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8793AB is #786C54. Grayscale: #929292. Windows color (decimal): -7892053 or 11244423. OLE color: 11244423.

HSL color Cylindrical-coordinate representation of color #8793AB: hue angle of 220º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8793AB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135147171-
CMYK0.210.1400.33
HSL220º17.65%60%-
HSV(B)220º21.05%67.06%-
XYZ27.7828.9642.65-
YUV146.15142.02120.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=29.80%
G=32.45%
B=37.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351471710.210.1400.3322017.6560
Hex8793AB15E021dc123c
Octal20722325325160413342274
Binary10000111100100111010101110101111001000011101110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8793AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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