#8093af

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

Shades of Ship Cove #8093AF

Tints of Ship Cove #8093AF

Color information

#8093AF (or 0x8093AF) is unknown color: approx Ship Cove. HEX triplet: 80, 93 and AF. RGB value is (128,147,175). Sum of RGB (Red+Green+Blue) = 128+147+175=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #8093AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093AF is #7F6C50. Grayscale: #909090. Windows color (decimal): -8350801 or 11506560. OLE color: 11506560.

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

Color convert

RGB128147175-
CMYK0.270.1600.31
HSL215.74º22.71%59.41%-
HSV(B)215.74º26.86%68.63%-
XYZ27.0728.5544.64-
YUV144.51145.21116.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=28.44%
G=32.67%
B=38.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281471750.270.1600.31215.7422.7159.41
Hex8093AF1B1001Fd8173b
Octal20022325733200373302773
Binary10000000100100111010111111011100000111111101100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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