#797B9D

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

Shades of Ship Cove #797B9D

Tints of Ship Cove #797B9D

Color information

#797B9D (or 0x797B9D) is unknown color: approx Ship Cove. HEX triplet: 79, 7B and 9D. RGB value is (121,123,157). Sum of RGB (Red+Green+Blue) = 121+123+157=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #797B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797B9D is #868462. Grayscale: #7E7E7E. Windows color (decimal): -8815715 or 10320761. OLE color: 10320761.

HSL color Cylindrical-coordinate representation of color #797B9D: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797B9D is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121123157-
CMYK0.230.2200.38
HSL236.67º15.52%54.51%-
HSV(B)236.67º22.93%61.57%-
XYZ21.0520.6734.78-
YUV126.28145.34124.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=30.17%
G=30.67%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211231570.230.2200.38236.6715.5254.51
Hex797B9D1716026ed1037
Octal17117323527260463552067
Binary1111001111101110011101101111011001001101110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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