#788CAD

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

Shades of Ship Cove #788CAD

Tints of Ship Cove #788CAD

Color information

#788CAD (or 0x788CAD) is unknown color: approx Ship Cove. HEX triplet: 78, 8C and AD. RGB value is (120,140,173). Sum of RGB (Red+Green+Blue) = 120+140+173=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #788CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CAD is #877352. Grayscale: #898989. Windows color (decimal): -8876883 or 11373688. OLE color: 11373688.

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

Color convert

RGB120140173-
CMYK0.310.1900.32
HSL217.36º24.42%57.45%-
HSV(B)217.36º30.64%67.84%-
XYZ24.6725.7743.21-
YUV137.78147.87115.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=27.71%
G=32.33%
B=39.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201401730.310.1900.32217.3624.4257.45
Hex788CAD1F13020d91839
Octal17021425537230403313071
Binary11110001000110010101101111111001101000001101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,140,173); }

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

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

 a { background-color: rgb(120,140,173); }

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

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

 span { border-color: rgb(120,140,173); }

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