#788DAD

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

Shades of Ship Cove #788DAD

Tints of Ship Cove #788DAD

Color information

#788DAD (or 0x788DAD) is unknown color: approx Ship Cove. HEX triplet: 78, 8D and AD. RGB value is (120,141,173). Sum of RGB (Red+Green+Blue) = 120+141+173=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #788DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAD is #877252. Grayscale: #8A8A8A. Windows color (decimal): -8876627 or 11373944. OLE color: 11373944.

HSL color Cylindrical-coordinate representation of color #788DAD: hue angle of 216.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788DAD is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120141173-
CMYK0.310.1800.32
HSL216.23º24.42%57.45%-
HSV(B)216.23º30.64%67.84%-
XYZ24.8126.0643.26-
YUV138.37147.54114.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=27.65%
G=32.49%
B=39.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201411730.310.1800.32216.2324.4257.45
Hex788DAD1F12020d81839
Octal17021525537220403303071
Binary11110001000110110101101111111001001000001101100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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