#788BAE

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

Shades of Ship Cove #788BAE

Tints of Ship Cove #788BAE

Color information

#788BAE (or 0x788BAE) is unknown color: approx Ship Cove. HEX triplet: 78, 8B and AE. RGB value is (120,139,174). Sum of RGB (Red+Green+Blue) = 120+139+174=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #788BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAE is #877451. Grayscale: #898989. Windows color (decimal): -8877138 or 11438968. OLE color: 11438968.

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

Color convert

RGB120139174-
CMYK0.310.2000.32
HSL218.89º25%57.65%-
HSV(B)218.89º31.03%68.24%-
XYZ24.6225.5143.67-
YUV137.31148.71115.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=27.71%
G=32.10%
B=40.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201391740.310.2000.32218.892557.65
Hex788BAE1F14020db193a
Octal17021325637240403333172
Binary11110001000101110101110111111010001000001101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,139,174); }

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

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

 a { background-color: rgb(120,139,174); }

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

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

 span { border-color: rgb(120,139,174); }

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