Html Css Color HEX #797C98 Ship Cove

📋 copy color: '#797C98'

red 121 ◦ green 124 ◦ blue 152

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

Shades of Ship Cove #797C98

Tints of Ship Cove #797C98

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

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

R = 30.48%
G = 31.23%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797C98 (or 0x797C98) is known color: Ship Cove. HEX triplet: 79, 7C and 98. RGB value is (121,124,152). Sum of RGB (Red+Green+Blue) = 121+124+152=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #797C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C98 is #868367. Grayscale: #7E7E7E. Windows color (decimal): -8815464 or 9993337. OLE color: 9993337.

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

Color convert

RGB 121 124 152 -
CMYK 0.20 0.18 0 0.40
HSL 234.19º 0.13% 0.54% -
HSV(B) 234.19º 0.2% 0.6% -
XYZ 20.76 20.75 32.62 -
YUV 126.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 121 124 152 0.20 0.18 0 0.40 234.19 0.13 0.54
Hex 79 7C 98 14 12 0 28 EA D 36
Octal 171 174 230 24 22 0 50 352 15 66
Binary 1111001 1111100 10011000 10100 10010 0 101000 11101010 1101 110110

Color Harmonies of #797C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C98

Black with #797C98

Text Example


Text Example

White with #797C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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