#8193AF

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

Shades of Ship Cove #8193AF

Tints of Ship Cove #8193AF

Color information

#8193AF (or 0x8193AF) is unknown color: approx Ship Cove. HEX triplet: 81, 93 and AF. RGB value is (129,147,175). Sum of RGB (Red+Green+Blue) = 129+147+175=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #8193AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8193AF is #7E6C50. Grayscale: #909090. Windows color (decimal): -8285265 or 11506561. OLE color: 11506561.

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

Color convert

RGB129147175-
CMYK0.260.1600.31
HSL216.52º22.33%59.61%-
HSV(B)216.52º26.29%68.63%-
XYZ27.2228.6344.65-
YUV144.81145.04116.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=28.60%
G=32.59%
B=38.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291471750.260.1600.31216.5222.3359.61
Hex8193AF1A1001Fd9163c
Octal20122325732200373312674
Binary10000001100100111010111111010100000111111101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,147,175); }

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

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

 a { background-color: rgb(129,147,175); }

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

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

 span { border-color: rgb(129,147,175); }

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