#797D9B

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

Shades of Ship Cove #797D9B

Tints of Ship Cove #797D9B

Color information

#797D9B (or 0x797D9B) is unknown color: approx Ship Cove. HEX triplet: 79, 7D and 9B. RGB value is (121,125,155). Sum of RGB (Red+Green+Blue) = 121+125+155=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #797D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D9B is #868264. Grayscale: #7F7F7F. Windows color (decimal): -8815205 or 10190201. OLE color: 10190201.

HSL color Cylindrical-coordinate representation of color #797D9B: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797D9B is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121125155-
CMYK0.220.1900.39
HSL232.94º14.53%54.12%-
HSV(B)232.94º21.94%60.78%-
XYZ21.1421.133.97-
YUV127.22143.67123.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=30.17%
G=31.17%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211251550.220.1900.39232.9414.5354.12
Hex797D9B1613027e9f36
Octal17117523326230473511766
Binary111100111111011001101110110100110100111111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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