#788DAB

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

Shades of Ship Cove #788DAB

Tints of Ship Cove #788DAB

Color information

#788DAB (or 0x788DAB) is unknown color: approx Ship Cove. HEX triplet: 78, 8D and AB. RGB value is (120,141,171). Sum of RGB (Red+Green+Blue) = 120+141+171=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #788DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAB is #877254. Grayscale: #8A8A8A. Windows color (decimal): -8876629 or 11242872. OLE color: 11242872.

HSL color Cylindrical-coordinate representation of color #788DAB: hue angle of 215.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788DAB is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120141171-
CMYK0.300.1800.33
HSL215.29º23.29%57.06%-
HSV(B)215.29º29.82%67.06%-
XYZ24.6225.9842.25-
YUV138.14146.54115.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=27.78%
G=32.64%
B=39.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201411710.300.1800.33215.2923.2957.06
Hex788DAB1E12021d71739
Octal17021525336220413272771
Binary11110001000110110101011111101001001000011101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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