#788AAE

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

Shades of Ship Cove #788AAE

Tints of Ship Cove #788AAE

Color information

#788AAE (or 0x788AAE) is unknown color: approx Ship Cove. HEX triplet: 78, 8A and AE. RGB value is (120,138,174). Sum of RGB (Red+Green+Blue) = 120+138+174=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #788AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAE is #877551. Grayscale: #888888. Windows color (decimal): -8877394 or 11438712. OLE color: 11438712.

HSL color Cylindrical-coordinate representation of color #788AAE: hue angle of 220º 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 #788AAE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120138174-
CMYK0.310.2100.32
HSL220º25%57.65%-
HSV(B)220º31.03%68.24%-
XYZ24.4725.2343.62-
YUV136.72149.04116.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=27.78%
G=31.94%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201381740.310.2100.322202557.65
Hex788AAE1F15020dc193a
Octal17021225637250403343172
Binary11110001000101010101110111111010101000001101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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