#787DA4

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

Shades of Ship Cove #787DA4

Tints of Ship Cove #787DA4

Color information

#787DA4 (or 0x787DA4) is unknown color: approx Ship Cove. HEX triplet: 78, 7D and A4. RGB value is (120,125,164). Sum of RGB (Red+Green+Blue) = 120+125+164=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #787DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DA4 is #87825B. Grayscale: #7F7F7F. Windows color (decimal): -8880732 or 10780024. OLE color: 10780024.

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

Color convert

RGB120125164-
CMYK0.270.2400.36
HSL233.18º19.47%55.69%-
HSV(B)233.18º26.83%64.31%-
XYZ21.7821.3438.09-
YUV127.95148.34122.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=29.34%
G=30.56%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201251640.270.2400.36233.1819.4755.69
Hex787DA41B18024e91338
Octal17017524433300443512370
Binary1111000111110110100100110111100001001001110100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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