#787AA4

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

Shades of Ship Cove #787AA4

Tints of Ship Cove #787AA4

Color information

#787AA4 (or 0x787AA4) is unknown color: approx Ship Cove. HEX triplet: 78, 7A and A4. RGB value is (120,122,164). Sum of RGB (Red+Green+Blue) = 120+122+164=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #787AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787AA4 is #87855B. Grayscale: #7E7E7E. Windows color (decimal): -8881500 or 10779256. OLE color: 10779256.

HSL color Cylindrical-coordinate representation of color #787AA4: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787AA4 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120122164-
CMYK0.270.2600.36
HSL237.27º19.47%55.69%-
HSV(B)237.27º26.83%64.31%-
XYZ21.4120.5937.97-
YUV126.19149.34123.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=29.56%
G=30.05%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201221640.270.2600.36237.2719.4755.69
Hex787AA41B1A024ed1338
Octal17017224433320443552370
Binary1111000111101010100100110111101001001001110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,122,164); }

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

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

 a { background-color: rgb(120,122,164); }

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

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

 span { border-color: rgb(120,122,164); }

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