#797DA8

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

Shades of Ship Cove #797DA8

Tints of Ship Cove #797DA8

Color information

#797DA8 (or 0x797DA8) is unknown color: approx Ship Cove. HEX triplet: 79, 7D and A8. RGB value is (121,125,168). Sum of RGB (Red+Green+Blue) = 121+125+168=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 168 - color contains mainly: blue. Hex color #797DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DA8 is #868257. Grayscale: #808080. Windows color (decimal): -8815192 or 11042169. OLE color: 11042169.

HSL color Cylindrical-coordinate representation of color #797DA8: hue angle of 234.89º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #797DA8 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB121125168-
CMYK0.280.2600.34
HSL234.89º21.27%56.67%-
HSV(B)234.89º27.98%65.88%-
XYZ22.2921.5640.03-
YUV128.71150.17122.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 168 (66.02% from 255) = 40.58%
R=29.23%
G=30.19%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211251680.280.2600.34234.8921.2756.67
Hex797DA81C1A022eb1539
Octal17117525034320423532571
Binary1111001111110110101000111001101001000101110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,125,168); }

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

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

 a { background-color: rgb(121,125,168); }

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

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

 span { border-color: rgb(121,125,168); }

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