#778AAD

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

Shades of Ship Cove #778AAD

Tints of Ship Cove #778AAD

Color information

#778AAD (or 0x778AAD) is unknown color: approx Ship Cove. HEX triplet: 77, 8A and AD. RGB value is (119,138,173). Sum of RGB (Red+Green+Blue) = 119+138+173=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #778AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAD is #887552. Grayscale: #888888. Windows color (decimal): -8942931 or 11373175. OLE color: 11373175.

HSL color Cylindrical-coordinate representation of color #778AAD: hue angle of 218.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778AAD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119138173-
CMYK0.310.2000.32
HSL218.89º24.77%57.25%-
HSV(B)218.89º31.21%67.84%-
XYZ24.2425.1243.11-
YUV136.31148.71115.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=27.67%
G=32.09%
B=40.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191381730.310.2000.32218.8924.7757.25
Hex778AAD1F14020db1939
Octal16721225537240403333171
Binary11101111000101010101101111111010001000001101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778AAD; }

 p { color: rgb(119,138,173); }

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

<style>
 a { background-color: #778AAD; }

 a { background-color: rgb(119,138,173); }

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

<style>
 span { border-color: #778AAD; }

 span { border-color: rgb(119,138,173); }

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