#788AA9

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

Shades of Ship Cove #788AA9

Tints of Ship Cove #788AA9

Color information

#788AA9 (or 0x788AA9) is unknown color: approx Ship Cove. HEX triplet: 78, 8A and A9. RGB value is (120,138,169). Sum of RGB (Red+Green+Blue) = 120+138+169=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #788AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA9 is #877556. Grayscale: #888888. Windows color (decimal): -8877399 or 11111032. OLE color: 11111032.

HSL color Cylindrical-coordinate representation of color #788AA9: hue angle of 217.96º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788AA9 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB120138169-
CMYK0.290.1800.34
HSL217.96º22.17%56.67%-
HSV(B)217.96º28.99%66.27%-
XYZ2425.0341.1-
YUV136.15146.54116.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 138 (54.30% from 255) = 32.32%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=28.10%
G=32.32%
B=39.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201381690.290.1800.34217.9622.1756.67
Hex788AA91D12022da1639
Octal17021225135220423322671
Binary11110001000101010101001111011001001000101101101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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