#787F9B

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

Shades of Ship Cove #787F9B

Tints of Ship Cove #787F9B

Color information

#787F9B (or 0x787F9B) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and 9B. RGB value is (120,127,155). Sum of RGB (Red+Green+Blue) = 120+127+155=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #787F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F9B is #878064. Grayscale: #7F7F7F. Windows color (decimal): -8880229 or 10190712. OLE color: 10190712.

HSL color Cylindrical-coordinate representation of color #787F9B: hue angle of 228º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #787F9B is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120127155-
CMYK0.230.1800.39
HSL228º14.89%53.92%-
HSV(B)228º22.58%60.78%-
XYZ21.2521.5434.05-
YUV128.1143.18122.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=29.85%
G=31.59%
B=38.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201271550.230.1800.3922814.8953.92
Hex787F9B1712027e4f36
Octal17017723327220473441766
Binary111100011111111001101110111100100100111111001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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