#787F9F

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

Shades of Ship Cove #787F9F

Tints of Ship Cove #787F9F

Color information

#787F9F (or 0x787F9F) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and 9F. RGB value is (120,127,159). Sum of RGB (Red+Green+Blue) = 120+127+159=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #787F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F9F is #878060. Grayscale: #808080. Windows color (decimal): -8880225 or 10452856. OLE color: 10452856.

HSL color Cylindrical-coordinate representation of color #787F9F: hue angle of 229.23º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787F9F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120127159-
CMYK0.250.2000.38
HSL229.23º16.88%54.71%-
HSV(B)229.23º24.53%62.35%-
XYZ21.5921.6835.85-
YUV128.55145.18121.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=29.56%
G=31.28%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201271590.250.2000.38229.2316.8854.71
Hex787F9F1914026e51137
Octal17017723731240463452167
Binary1111000111111110011111110011010001001101110010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787F9F; }

 p { color: rgb(120,127,159); }

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

<style>
 a { background-color: #787F9F; }

 a { background-color: rgb(120,127,159); }

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

<style>
 span { border-color: #787F9F; }

 span { border-color: rgb(120,127,159); }

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