Html Css Color HEX #797A9A Ship Cove

📋 copy color: '#797A9A'

red 121 ◦ green 122 ◦ blue 154

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

Shades of Ship Cove #797A9A

Tints of Ship Cove #797A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 30.48%
G = 30.73%
B = 38.79%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797A9A (or 0x797A9A) is known color: Ship Cove. HEX triplet: 79, 7A and 9A. RGB value is (121,122,154). Sum of RGB (Red+Green+Blue) = 121+122+154=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #797A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A9A is #868565. Grayscale: #7D7D7D. Windows color (decimal): -8815974 or 10123897. OLE color: 10123897.

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

Color convert

RGB 121 122 154 -
CMYK 0.21 0.21 0 0.40
HSL 238.18º 0.14% 0.54% -
HSV(B) 238.18º 0.21% 0.6% -
XYZ 20.68 20.32 33.4 -
YUV 125.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 121 122 154 0.21 0.21 0 0.40 238.18 0.14 0.54
Hex 79 7A 9A 15 15 0 28 EE E 36
Octal 171 172 232 25 25 0 50 356 16 66
Binary 1111001 1111010 10011010 10101 10101 0 101000 11101110 1110 110110

Color Harmonies of #797A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A9A

Black with #797A9A

Text Example


Text Example

White with #797A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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