#8391AC

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

Shades of Ship Cove #8391AC

Tints of Ship Cove #8391AC

Color information

#8391AC (or 0x8391AC) is unknown color: approx Ship Cove. HEX triplet: 83, 91 and AC. RGB value is (131,145,172). Sum of RGB (Red+Green+Blue) = 131+145+172=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #8391AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8391AC is #7C6E53. Grayscale: #8F8F8F. Windows color (decimal): -8154708 or 11309443. OLE color: 11309443.

HSL color Cylindrical-coordinate representation of color #8391AC: hue angle of 219.51º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8391AC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131145172-
CMYK0.240.1600.33
HSL219.51º19.81%59.41%-
HSV(B)219.51º23.84%67.45%-
XYZ26.9328.0543.03-
YUV143.89143.86118.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=29.24%
G=32.37%
B=38.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311451720.240.1600.33219.5119.8159.41
Hex8391AC1810021dc143b
Octal20322125430200413342473
Binary100000111001000110101100110001000001000011101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8391AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8391AC; }

 p { color: rgb(131,145,172); }

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

<style>
 a { background-color: #8391AC; }

 a { background-color: rgb(131,145,172); }

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

<style>
 span { border-color: #8391AC; }

 span { border-color: rgb(131,145,172); }

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