#788AA5

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

Shades of Ship Cove #788AA5

Tints of Ship Cove #788AA5

Color information

#788AA5 (or 0x788AA5) is unknown color: approx Ship Cove. HEX triplet: 78, 8A and A5. RGB value is (120,138,165). Sum of RGB (Red+Green+Blue) = 120+138+165=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #788AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA5 is #87755A. Grayscale: #878787. Windows color (decimal): -8877403 or 10848888. OLE color: 10848888.

HSL color Cylindrical-coordinate representation of color #788AA5: hue angle of 216º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #788AA5 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120138165-
CMYK0.270.1600.35
HSL216º20%55.88%-
HSV(B)216º27.27%64.71%-
XYZ23.6324.8939.16-
YUV135.7144.54116.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=28.37%
G=32.62%
B=39.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201381650.270.1600.352162055.88
Hex788AA51B10023d81438
Octal17021224533200433302470
Binary11110001000101010100101110111000001000111101100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788AA5; }

 p { color: rgb(120,138,165); }

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

<style>
 a { background-color: #788AA5; }

 a { background-color: rgb(120,138,165); }

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

<style>
 span { border-color: #788AA5; }

 span { border-color: rgb(120,138,165); }

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