#778EB4

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

Shades of Ship Cove #778EB4

Tints of Ship Cove #778EB4

Color information

#778EB4 (or 0x778EB4) is unknown color: approx Ship Cove. HEX triplet: 77, 8E and B4. RGB value is (119,142,180). Sum of RGB (Red+Green+Blue) = 119+142+180=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #778EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EB4 is #88714B. Grayscale: #8B8B8B. Windows color (decimal): -8941900 or 11832951. OLE color: 11832951.

HSL color Cylindrical-coordinate representation of color #778EB4: hue angle of 217.38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778EB4 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119142180-
CMYK0.340.2100.29
HSL217.38º28.91%58.63%-
HSV(B)217.38º33.89%70.59%-
XYZ25.5226.5646.96-
YUV139.46150.88113.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.98%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=26.98%
G=32.20%
B=40.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191421800.340.2100.29217.3828.9158.63
Hex778EB4221501Dd91d3b
Octal16721626442250353313573
Binary11101111000111010110100100010101010111011101100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,180); }

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

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

 a { background-color: rgb(119,142,180); }

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

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

 span { border-color: rgb(119,142,180); }

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