#7794B6

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

Shades of Ship Cove #7794B6

Tints of Ship Cove #7794B6

Color information

#7794B6 (or 0x7794B6) is unknown color: approx Ship Cove. HEX triplet: 77, 94 and B6. RGB value is (119,148,182). Sum of RGB (Red+Green+Blue) = 119+148+182=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #7794B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794B6 is #886B49. Grayscale: #8F8F8F. Windows color (decimal): -8940362 or 11965559. OLE color: 11965559.

HSL color Cylindrical-coordinate representation of color #7794B6: hue angle of 212.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7794B6 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB119148182-
CMYK0.350.1900.29
HSL212.38º30.14%59.02%-
HSV(B)212.38º34.62%71.37%-
XYZ26.6428.4848.35-
YUV143.2149.89110.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=26.50%
G=32.96%
B=40.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191481820.350.1900.29212.3830.1459.02
Hex7794B6231301Dd41e3b
Octal16722426643230353243673
Binary11101111001010010110110100011100110111011101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7794B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7794B6; }

 p { color: rgb(119,148,182); }

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

<style>
 a { background-color: #7794B6; }

 a { background-color: rgb(119,148,182); }

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

<style>
 span { border-color: #7794B6; }

 span { border-color: rgb(119,148,182); }

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