#797FAB

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

Shades of Ship Cove #797FAB

Tints of Ship Cove #797FAB

Color information

#797FAB (or 0x797FAB) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and AB. RGB value is (121,127,171). Sum of RGB (Red+Green+Blue) = 121+127+171=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #797FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FAB is #868054. Grayscale: #828282. Windows color (decimal): -8814677 or 11239289. OLE color: 11239289.

HSL color Cylindrical-coordinate representation of color #797FAB: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #797FAB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121127171-
CMYK0.290.2600.33
HSL232.8º22.94%57.25%-
HSV(B)232.8º29.24%67.06%-
XYZ22.8322.1841.61-
YUV130.22151.01121.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=28.88%
G=30.31%
B=40.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211271710.290.2600.33232.822.9457.25
Hex797FAB1D1A021e91739
Octal17117725335320413512771
Binary1111001111111110101011111011101001000011110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,171); }

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

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

 a { background-color: rgb(121,127,171); }

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

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

 span { border-color: rgb(121,127,171); }

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