#797FAA

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

Shades of Ship Cove #797FAA

Tints of Ship Cove #797FAA

Color information

#797FAA (or 0x797FAA) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and AA. RGB value is (121,127,170). Sum of RGB (Red+Green+Blue) = 121+127+170=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #797FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797FAA is #868055. Grayscale: #818181. Windows color (decimal): -8814678 or 11173753. OLE color: 11173753.

HSL color Cylindrical-coordinate representation of color #797FAA: hue angle of 232.65º degrees, saturation: 0.22, 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 #797FAA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121127170-
CMYK0.290.2500.33
HSL232.65º22.37%57.06%-
HSV(B)232.65º28.82%66.67%-
XYZ22.7322.1541.11-
YUV130.11150.51121.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=28.95%
G=30.38%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211271700.290.2500.33232.6522.3757.06
Hex797FAA1D19021e91639
Octal17117725235310413512671
Binary1111001111111110101010111011100101000011110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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