#808CAF

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

Shades of Ship Cove #808CAF

Tints of Ship Cove #808CAF

Color information

#808CAF (or 0x808CAF) is unknown color: approx Ship Cove. HEX triplet: 80, 8C and AF. RGB value is (128,140,175). Sum of RGB (Red+Green+Blue) = 128+140+175=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #808CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAF is #7F7350. Grayscale: #8C8C8C. Windows color (decimal): -8352593 or 11504768. OLE color: 11504768.

HSL color Cylindrical-coordinate representation of color #808CAF: hue angle of 224.68º 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 #808CAF is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128140175-
CMYK0.270.200.31
HSL224.68º22.71%59.41%-
HSV(B)224.68º26.86%68.63%-
XYZ26.0226.4444.29-
YUV140.4147.52119.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=28.89%
G=31.60%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281401750.270.200.31224.6822.7159.41
Hex808CAF1B1401Fe1173b
Octal20021425733240373412773
Binary10000000100011001010111111011101000111111110000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808CAF; }

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

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

<style>
 a { background-color: #808CAF; }

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

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

<style>
 span { border-color: #808CAF; }

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

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