#797BA1

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

Shades of Ship Cove #797BA1

Tints of Ship Cove #797BA1

Color information

#797BA1 (or 0x797BA1) is unknown color: approx Ship Cove. HEX triplet: 79, 7B and A1. RGB value is (121,123,161). Sum of RGB (Red+Green+Blue) = 121+123+161=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 161 - color contains mainly: blue. Hex color #797BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797BA1 is #86845E. Grayscale: #7E7E7E. Windows color (decimal): -8815711 or 10582905. OLE color: 10582905.

HSL color Cylindrical-coordinate representation of color #797BA1: hue angle of 237º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #797BA1 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121123161-
CMYK0.250.2400.37
HSL237º17.54%55.29%-
HSV(B)237º24.84%63.14%-
XYZ21.420.836.61-
YUV126.73147.34123.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=29.88%
G=30.37%
B=39.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211231610.250.2400.3723717.5455.29
Hex797BA11918025ed1237
Octal17117324131300453552267
Binary1111001111101110100001110011100001001011110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797BA1; }

 p { color: rgb(121,123,161); }

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

<style>
 a { background-color: #797BA1; }

 a { background-color: rgb(121,123,161); }

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

<style>
 span { border-color: #797BA1; }

 span { border-color: rgb(121,123,161); }

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