#8085AC

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

Shades of Ship Cove #8085AC

Tints of Ship Cove #8085AC

Color information

#8085AC (or 0x8085AC) is unknown color: approx Ship Cove. HEX triplet: 80, 85 and AC. RGB value is (128,133,172). Sum of RGB (Red+Green+Blue) = 128+133+172=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8085AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8085AC is #7F7A53. Grayscale: #878787. Windows color (decimal): -8354388 or 11306368. OLE color: 11306368.

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

Color convert

RGB128133172-
CMYK0.260.2300.33
HSL233.18º20.95%58.82%-
HSV(B)233.18º25.58%67.45%-
XYZ24.7424.3442.42-
YUV135.95148.34122.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=29.56%
G=30.72%
B=39.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281331720.260.2300.33233.1820.9558.82
Hex8085AC1A17021e9153b
Octal20020525432270413512573
Binary100000001000010110101100110101011101000011110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8085AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,133,172); }

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

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

 a { background-color: rgb(128,133,172); }

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

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

 span { border-color: rgb(128,133,172); }

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