#797F98

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

Shades of Ship Cove #797F98

Tints of Ship Cove #797F98

Color information

#797F98 (or 0x797F98) is unknown color: approx Ship Cove. HEX triplet: 79, 7F and 98. RGB value is (121,127,152). Sum of RGB (Red+Green+Blue) = 121+127+152=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #797F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F98 is #868067. Grayscale: #7F7F7F. Windows color (decimal): -8814696 or 9994105. OLE color: 9994105.

HSL color Cylindrical-coordinate representation of color #797F98: hue angle of 228.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797F98 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121127152-
CMYK0.200.1600.40
HSL228.39º13.08%53.53%-
HSV(B)228.39º20.39%59.61%-
XYZ21.1421.5132.74-
YUV128.06141.51122.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=30.25%
G=31.75%
B=38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211271520.200.1600.40228.3913.0853.53
Hex797F981410028e4d36
Octal17117723024200503441566
Binary111100111111111001100010100100000101000111001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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