#8394AB

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

Shades of Ship Cove #8394AB

Tints of Ship Cove #8394AB

Color information

#8394AB (or 0x8394AB) is unknown color: approx Ship Cove. HEX triplet: 83, 94 and AB. RGB value is (131,148,171). Sum of RGB (Red+Green+Blue) = 131+148+171=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8394AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8394AB is #7C6B54. Grayscale: #919191. Windows color (decimal): -8153941 or 11244675. OLE color: 11244675.

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

Color convert

RGB131148171-
CMYK0.230.1300.33
HSL214.5º19.23%59.22%-
HSV(B)214.5º23.39%67.06%-
XYZ27.328.9542.68-
YUV145.54142.37117.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 171 (67.19% from 255) = 38%
R=29.11%
G=32.89%
B=38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311481710.230.1300.33214.519.2359.22
Hex8394AB17D021d6133b
Octal20322425327150413262373
Binary10000011100101001010101110111110101000011101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,148,171); }

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

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

 a { background-color: rgb(131,148,171); }

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

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

 span { border-color: rgb(131,148,171); }

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