#787BA5

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

Shades of Ship Cove #787BA5

Tints of Ship Cove #787BA5

Color information

#787BA5 (or 0x787BA5) is unknown color: approx Ship Cove. HEX triplet: 78, 7B and A5. RGB value is (120,123,165). Sum of RGB (Red+Green+Blue) = 120+123+165=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #787BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BA5 is #87845A. Grayscale: #7E7E7E. Windows color (decimal): -8881243 or 10845048. OLE color: 10845048.

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

Color convert

RGB120123165-
CMYK0.270.2500.35
HSL236º20%55.88%-
HSV(B)236º27.27%64.71%-
XYZ21.6220.8838.49-
YUV126.89149.51123.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=29.41%
G=30.15%
B=40.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201231650.270.2500.352362055.88
Hex787BA51B19023ec1438
Octal17017324533310433542470
Binary1111000111101110100101110111100101000111110110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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