#787EA6

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

Shades of Ship Cove #787EA6

Tints of Ship Cove #787EA6

Color information

#787EA6 (or 0x787EA6) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and A6. RGB value is (120,126,166). Sum of RGB (Red+Green+Blue) = 120+126+166=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 166 - color contains mainly: blue. Hex color #787EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EA6 is #878159. Grayscale: #808080. Windows color (decimal): -8880474 or 10911352. OLE color: 10911352.

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

Color convert

RGB120126166-
CMYK0.280.2400.35
HSL232.17º20.54%56.08%-
HSV(B)232.17º27.71%65.1%-
XYZ22.0921.6739.09-
YUV128.77149.01121.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 166 (65.23% from 255) = 40.29%
R=29.13%
G=30.58%
B=40.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201261660.280.2400.35232.1720.5456.08
Hex787EA61C18023e81538
Octal17017624634300433502570
Binary1111000111111010100110111001100001000111110100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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