#8093AD

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

Shades of Ship Cove #8093AD

Tints of Ship Cove #8093AD

Color information

#8093AD (or 0x8093AD) is unknown color: approx Ship Cove. HEX triplet: 80, 93 and AD. RGB value is (128,147,173). Sum of RGB (Red+Green+Blue) = 128+147+173=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #8093AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093AD is #7F6C52. Grayscale: #909090. Windows color (decimal): -8350803 or 11375488. OLE color: 11375488.

HSL color Cylindrical-coordinate representation of color #8093AD: hue angle of 214.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8093AD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128147173-
CMYK0.260.1500.32
HSL214.67º21.53%59.02%-
HSV(B)214.67º26.01%67.84%-
XYZ26.8828.4743.61-
YUV144.28144.21116.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=28.57%
G=32.81%
B=38.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281471730.260.1500.32214.6721.5359.02
Hex8093AD1AF020d7163b
Octal20022325532170403272673
Binary10000000100100111010110111010111101000001101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8093AD; }

 p { color: rgb(128,147,173); }

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

<style>
 a { background-color: #8093AD; }

 a { background-color: rgb(128,147,173); }

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

<style>
 span { border-color: #8093AD; }

 span { border-color: rgb(128,147,173); }

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