#787FA5

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

Shades of Ship Cove #787FA5

Tints of Ship Cove #787FA5

Color information

#787FA5 (or 0x787FA5) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and A5. RGB value is (120,127,165). Sum of RGB (Red+Green+Blue) = 120+127+165=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #787FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA5 is #87805A. Grayscale: #818181. Windows color (decimal): -8880219 or 10846072. OLE color: 10846072.

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

Color convert

RGB120127165-
CMYK0.270.2300.35
HSL230.67º20%55.88%-
HSV(B)230.67º27.27%64.71%-
XYZ22.1321.8938.66-
YUV129.24148.18121.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 165 (64.84% from 255) = 40.05%
R=29.13%
G=30.83%
B=40.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201271650.270.2300.35230.672055.88
Hex787FA51B17023e71438
Octal17017724533270433472470
Binary1111000111111110100101110111011101000111110011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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