#788DA7

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

Shades of Ship Cove #788DA7

Tints of Ship Cove #788DA7

Color information

#788DA7 (or 0x788DA7) is unknown color: approx Ship Cove. HEX triplet: 78, 8D and A7. RGB value is (120,141,167). Sum of RGB (Red+Green+Blue) = 120+141+167=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #788DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA7 is #877258. Grayscale: #898989. Windows color (decimal): -8876633 or 10980728. OLE color: 10980728.

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

Color convert

RGB120141167-
CMYK0.280.1600.35
HSL213.19º21.08%56.27%-
HSV(B)213.19º28.14%65.49%-
XYZ24.2525.8340.27-
YUV137.68144.54115.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=28.04%
G=32.94%
B=39.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201411670.280.1600.35213.1921.0856.27
Hex788DA71C10023d51538
Octal17021524734200433252570
Binary11110001000110110100111111001000001000111101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,167); }

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

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

 a { background-color: rgb(120,141,167); }

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

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

 span { border-color: rgb(120,141,167); }

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