#8390AE

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

Shades of Ship Cove #8390AE

Tints of Ship Cove #8390AE

Color information

#8390AE (or 0x8390AE) is unknown color: approx Ship Cove. HEX triplet: 83, 90 and AE. RGB value is (131,144,174). Sum of RGB (Red+Green+Blue) = 131+144+174=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #8390AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8390AE is #7C6F51. Grayscale: #8F8F8F. Windows color (decimal): -8154962 or 11440259. OLE color: 11440259.

HSL color Cylindrical-coordinate representation of color #8390AE: hue angle of 221.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8390AE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131144174-
CMYK0.250.1700.32
HSL221.86º20.98%59.8%-
HSV(B)221.86º24.71%68.24%-
XYZ26.9727.8343.99-
YUV143.53145.19119.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=29.18%
G=32.07%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311441740.250.1700.32221.8620.9859.8
Hex8390AE1911020de153c
Octal20322025631210403362574
Binary100000111001000010101110110011000101000001101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8390AE; }

 p { color: rgb(131,144,174); }

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

<style>
 a { background-color: #8390AE; }

 a { background-color: rgb(131,144,174); }

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

<style>
 span { border-color: #8390AE; }

 span { border-color: rgb(131,144,174); }

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