Html Css Color HEX #797A98 Manatee

📋 copy color: '#797A98'

red 121 ◦ green 122 ◦ blue 152

#797A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #797A98

Tints of Manatee #797A98

RGB

 RED value IS 121 (47.66% from 255) = 30.63%

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 30.63%
G = 30.89%
B = 38.48%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797A98 (or 0x797A98) is known color: Manatee. HEX triplet: 79, 7A and 98. RGB value is (121,122,152). Sum of RGB (Red+Green+Blue) = 121+122+152=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #797A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A98 is #868567. Grayscale: #7C7C7C. Windows color (decimal): -8815976 or 9992825. OLE color: 9992825.

HSL color Cylindrical-coordinate representation of color #797A98: hue angle of 238.06º 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 #797A98 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 122 152 -
CMYK 0.20 0.20 0 0.40
HSL 238.06º 0.13% 0.54% -
HSV(B) 238.06º 0.2% 0.6% -
XYZ 20.51 20.25 32.53 -
YUV 125.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 121 122 152 0.20 0.20 0 0.40 238.06 0.13 0.54
Hex 79 7A 98 14 14 0 28 EE D 36
Octal 171 172 230 24 24 0 50 356 15 66
Binary 1111001 1111010 10011000 10100 10100 0 101000 11101110 1101 110110

Color Harmonies of #797A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A98

Black with #797A98

Text Example


Text Example

White with #797A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #797A98;
 }
 .AnyTagClassName
 {
   color: #797A98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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