Html Css Color HEX #797F98 Ship Cove

📋 copy color: '#797F98'

red 121 ◦ green 127 ◦ blue 152

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

Shades of Ship Cove #797F98

Tints of Ship Cove #797F98

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 value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797F98 (or 0x797F98) is known color: 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

RGB 121 127 152 -
CMYK 0.20 0.16 0 0.40
HSL 228.39º 0.13% 0.54% -
HSV(B) 228.39º 0.2% 0.6% -
XYZ 21.14 21.51 32.74 -
YUV 128.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 121 127 152 0.20 0.16 0 0.40 228.39 0.13 0.54
Hex 79 7F 98 14 10 0 28 E4 D 36
Octal 171 177 230 24 20 0 50 344 15 66
Binary 1111001 1111111 10011000 10100 10000 0 101000 11100100 1101 110110

Color Harmonies of #797F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F98

Black with #797F98

Text Example


Text Example

White with #797F98

Text Example


Text Example

HTML Codes & Css Web 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>