#778EB3

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

Shades of Ship Cove #778EB3

Tints of Ship Cove #778EB3

Color information

#778EB3 (or 0x778EB3) is unknown color: approx Ship Cove. HEX triplet: 77, 8E and B3. RGB value is (119,142,179). Sum of RGB (Red+Green+Blue) = 119+142+179=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #778EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778EB3 is #88714C. Grayscale: #8B8B8B. Windows color (decimal): -8941901 or 11767415. OLE color: 11767415.

HSL color Cylindrical-coordinate representation of color #778EB3: hue angle of 217º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778EB3 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB119142179-
CMYK0.340.2100.30
HSL217º28.3%58.43%-
HSV(B)217º33.52%70.2%-
XYZ25.4226.5246.43-
YUV139.34150.38113.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=27.05%
G=32.27%
B=40.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191421790.340.2100.3021728.358.43
Hex778EB3221501Ed91c3a
Octal16721626342250363313472
Binary11101111000111010110011100010101010111101101100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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