#787E9F

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

Shades of Ship Cove #787E9F

Tints of Ship Cove #787E9F

Color information

#787E9F (or 0x787E9F) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and 9F. RGB value is (120,126,159). Sum of RGB (Red+Green+Blue) = 120+126+159=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #787E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E9F is #878160. Grayscale: #7F7F7F. Windows color (decimal): -8880481 or 10452600. OLE color: 10452600.

HSL color Cylindrical-coordinate representation of color #787E9F: hue angle of 230.77º 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 #787E9F is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120126159-
CMYK0.250.2100.38
HSL230.77º16.88%54.71%-
HSV(B)230.77º24.53%62.35%-
XYZ21.4621.4235.8-
YUV127.97145.51122.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=29.63%
G=31.11%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201261590.250.2100.38230.7716.8854.71
Hex787E9F1915026e71137
Octal17017623731250463472167
Binary1111000111111010011111110011010101001101110011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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