#7888AE

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

Shades of Ship Cove #7888AE

Tints of Ship Cove #7888AE

Color information

#7888AE (or 0x7888AE) is unknown color: approx Ship Cove. HEX triplet: 78, 88 and AE. RGB value is (120,136,174). Sum of RGB (Red+Green+Blue) = 120+136+174=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #7888AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7888AE is #877751. Grayscale: #878787. Windows color (decimal): -8877906 or 11438200. OLE color: 11438200.

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

Color convert

RGB120136174-
CMYK0.310.2200.32
HSL222.22º25%57.65%-
HSV(B)222.22º31.03%68.24%-
XYZ24.1924.6643.53-
YUV135.55149.7116.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=27.91%
G=31.63%
B=40.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201361740.310.2200.32222.222557.65
Hex7888AE1F16020de193a
Octal17021025637260403363172
Binary11110001000100010101110111111011001000001101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7888AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7888AE; }

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

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

<style>
 a { background-color: #7888AE; }

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

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

<style>
 span { border-color: #7888AE; }

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

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