#8794AC

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

Shades of Ship Cove #8794AC

Tints of Ship Cove #8794AC

Color information

#8794AC (or 0x8794AC) is unknown color: approx Ship Cove. HEX triplet: 87, 94 and AC. RGB value is (135,148,172). Sum of RGB (Red+Green+Blue) = 135+148+172=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #8794AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8794AC is #786B53. Grayscale: #929292. Windows color (decimal): -7891796 or 11310215. OLE color: 11310215.

HSL color Cylindrical-coordinate representation of color #8794AC: hue angle of 218.92º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8794AC is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135148172-
CMYK0.220.1400.33
HSL218.92º18.23%60.2%-
HSV(B)218.92º21.51%67.45%-
XYZ28.0329.3143.21-
YUV146.85142.19119.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=29.67%
G=32.53%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351481720.220.1400.33218.9218.2360.2
Hex8794AC16E021db123c
Octal20722425426160413332274
Binary10000111100101001010110010110111001000011101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,148,172); }

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

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

 a { background-color: rgb(135,148,172); }

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

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

 span { border-color: rgb(135,148,172); }

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