#787DA7

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

Shades of Ship Cove #787DA7

Tints of Ship Cove #787DA7

Color information

#787DA7 (or 0x787DA7) is unknown color: approx Ship Cove. HEX triplet: 78, 7D and A7. RGB value is (120,125,167). Sum of RGB (Red+Green+Blue) = 120+125+167=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #787DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DA7 is #878258. Grayscale: #808080. Windows color (decimal): -8880729 or 10976632. OLE color: 10976632.

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

Color convert

RGB120125167-
CMYK0.280.2500.35
HSL233.62º21.08%56.27%-
HSV(B)233.62º28.14%65.49%-
XYZ22.0521.4539.54-
YUV128.29149.84122.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=29.13%
G=30.34%
B=40.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201251670.280.2500.35233.6221.0856.27
Hex787DA71C19023ea1538
Octal17017524734310433522570
Binary1111000111110110100111111001100101000111110101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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