#787FA7

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

Shades of Ship Cove #787FA7

Tints of Ship Cove #787FA7

Color information

#787FA7 (or 0x787FA7) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and A7. RGB value is (120,127,167). Sum of RGB (Red+Green+Blue) = 120+127+167=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #787FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA7 is #878058. Grayscale: #818181. Windows color (decimal): -8880217 or 10977144. OLE color: 10977144.

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

Color convert

RGB120127167-
CMYK0.280.2400.35
HSL231.06º21.08%56.27%-
HSV(B)231.06º28.14%65.49%-
XYZ22.3121.9639.62-
YUV129.47149.18121.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=28.99%
G=30.68%
B=40.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201271670.280.2400.35231.0621.0856.27
Hex787FA71C18023e71538
Octal17017724734300433472570
Binary1111000111111110100111111001100001000111110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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