#788DAF

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

Shades of Ship Cove #788DAF

Tints of Ship Cove #788DAF

Color information

#788DAF (or 0x788DAF) is unknown color: approx Ship Cove. HEX triplet: 78, 8D and AF. RGB value is (120,141,175). Sum of RGB (Red+Green+Blue) = 120+141+175=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #788DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAF is #877250. Grayscale: #8A8A8A. Windows color (decimal): -8876625 or 11505016. OLE color: 11505016.

HSL color Cylindrical-coordinate representation of color #788DAF: hue angle of 217.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788DAF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120141175-
CMYK0.310.1900.31
HSL217.09º25.58%57.84%-
HSV(B)217.09º31.43%68.63%-
XYZ25.0126.1444.28-
YUV138.6148.54114.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=27.52%
G=32.34%
B=40.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201411750.310.1900.31217.0925.5857.84
Hex788DAF1F1301Fd91a3a
Octal17021525737230373313272
Binary1111000100011011010111111111100110111111101100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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