Html Css Color HEX #798099 Ship Cove

📋 copy color: '#798099'

red 121 ◦ green 128 ◦ blue 153

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

Shades of Ship Cove #798099

Tints of Ship Cove #798099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 30.1%
G = 31.84%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798099 (or 0x798099) is known color: Ship Cove. HEX triplet: 79, 80 and 99. RGB value is (121,128,153). Sum of RGB (Red+Green+Blue) = 121+128+153=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #798099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798099 is #867F66. Grayscale: #808080. Windows color (decimal): -8814439 or 10059897. OLE color: 10059897.

HSL color Cylindrical-coordinate representation of color #798099: hue angle of 226.88º 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 #798099 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 128 153 -
CMYK 0.21 0.16 0 0.4
HSL 226.88º 0.14% 0.54% -
HSV(B) 226.88º 0.21% 0.6% -
XYZ 21.35 21.8 33.22 -
YUV 128.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 121 128 153 0.21 0.16 0 0.4 226.88 0.14 0.54
Hex 79 80 99 15 10 0 28 E3 E 36
Octal 171 200 231 25 20 0 50 343 16 66
Binary 1111001 10000000 10011001 10101 10000 0 101000 11100011 1110 110110

Color Harmonies of #798099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798099

Black with #798099

Text Example


Text Example

White with #798099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798099; }

 p { color: rgb(121,128,153); }

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

background-color css

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

 a { background-color: rgb(121,128,153); }

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

border-color css

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

 span { border-color: rgb(121,128,153); }

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