#8496AF

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

Shades of Ship Cove #8496AF

Tints of Ship Cove #8496AF

Color information

#8496AF (or 0x8496AF) is unknown color: approx Ship Cove. HEX triplet: 84, 96 and AF. RGB value is (132,150,175). Sum of RGB (Red+Green+Blue) = 132+150+175=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8496AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496AF is #7B6950. Grayscale: #939393. Windows color (decimal): -8087889 or 11507332. OLE color: 11507332.

HSL color Cylindrical-coordinate representation of color #8496AF: hue angle of 214.88º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8496AF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132150175-
CMYK0.250.1400.31
HSL214.88º21.18%60.2%-
HSV(B)214.88º24.57%68.63%-
XYZ28.1629.8144.83-
YUV147.47143.54116.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=28.88%
G=32.82%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321501750.250.1400.31214.8821.1860.2
Hex8496AF19E01Fd7153c
Octal20422625731160373272574
Binary1000010010010110101011111100111100111111101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8496AF; }

 p { color: rgb(132,150,175); }

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

<style>
 a { background-color: #8496AF; }

 a { background-color: rgb(132,150,175); }

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

<style>
 span { border-color: #8496AF; }

 span { border-color: rgb(132,150,175); }

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