#787EA5

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

Shades of Ship Cove #787EA5

Tints of Ship Cove #787EA5

Color information

#787EA5 (or 0x787EA5) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and A5. RGB value is (120,126,165). Sum of RGB (Red+Green+Blue) = 120+126+165=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #787EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EA5 is #87815A. Grayscale: #808080. Windows color (decimal): -8880475 or 10845816. OLE color: 10845816.

HSL color Cylindrical-coordinate representation of color #787EA5: hue angle of 232º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787EA5 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120126165-
CMYK0.270.2400.35
HSL232º20%55.88%-
HSV(B)232º27.27%64.71%-
XYZ2221.6338.61-
YUV128.65148.51121.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=29.20%
G=30.66%
B=40.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201261650.270.2400.352322055.88
Hex787EA51B18023e81438
Octal17017624533300433502470
Binary1111000111111010100101110111100001000111110100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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