#787FA6

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

Shades of Ship Cove #787FA6

Tints of Ship Cove #787FA6

Color information

#787FA6 (or 0x787FA6) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and A6. RGB value is (120,127,166). Sum of RGB (Red+Green+Blue) = 120+127+166=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 166 - color contains mainly: blue. Hex color #787FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA6 is #878059. Grayscale: #818181. Windows color (decimal): -8880218 or 10911608. OLE color: 10911608.

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

Color convert

RGB120127166-
CMYK0.280.2300.35
HSL230.87º20.54%56.08%-
HSV(B)230.87º27.71%65.1%-
XYZ22.2221.9239.14-
YUV129.35148.68121.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 166 (65.23% from 255) = 40.19%
R=29.06%
G=30.75%
B=40.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201271660.280.2300.35230.8720.5456.08
Hex787FA61C17023e71538
Octal17017724634270433472570
Binary1111000111111110100110111001011101000111110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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