Html Css Color HEX #797D98 Ship Cove

📋 copy color: '#797D98'

red 121 ◦ green 125 ◦ blue 152

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

Shades of Ship Cove #797D98

Tints of Ship Cove #797D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

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

R = 30.4%
G = 31.41%
B = 38.19%

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

#797D98 (or 0x797D98) is known color: Ship Cove. HEX triplet: 79, 7D and 98. RGB value is (121,125,152). Sum of RGB (Red+Green+Blue) = 121+125+152=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #797D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D98 is #868267. Grayscale: #7E7E7E. Windows color (decimal): -8815208 or 9993593. OLE color: 9993593.

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

Color convert

RGB 121 125 152 -
CMYK 0.20 0.18 0 0.40
HSL 232.26º 0.13% 0.54% -
HSV(B) 232.26º 0.2% 0.6% -
XYZ 20.89 21 32.66 -
YUV 126.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 121 125 152 0.20 0.18 0 0.40 232.26 0.13 0.54
Hex 79 7D 98 14 12 0 28 E8 D 36
Octal 171 175 230 24 22 0 50 350 15 66
Binary 1111001 1111101 10011000 10100 10010 0 101000 11101000 1101 110110

Color Harmonies of #797D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D98

Black with #797D98

Text Example


Text Example

White with #797D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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