Html Css Color HEX #798199 Ship Cove

📋 copy color: '#798199'

red 121 ◦ green 129 ◦ blue 153

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

Shades of Ship Cove #798199

Tints of Ship Cove #798199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 30.02%
G = 32.01%
B = 37.97%

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

#798199 (or 0x798199) is known color: Ship Cove. HEX triplet: 79, 81 and 99. RGB value is (121,129,153). Sum of RGB (Red+Green+Blue) = 121+129+153=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #798199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798199 is #867E66. Grayscale: #818181. Windows color (decimal): -8814183 or 10060153. OLE color: 10060153.

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

Color convert

RGB 121 129 153 -
CMYK 0.21 0.16 0 0.4
HSL 225º 0.14% 0.54% -
HSV(B) 225º 0.21% 0.6% -
XYZ 21.49 22.07 33.26 -
YUV 129.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 121 129 153 0.21 0.16 0 0.4 225 0.14 0.54
Hex 79 81 99 15 10 0 28 E1 E 36
Octal 171 201 231 25 20 0 50 341 16 66
Binary 1111001 10000001 10011001 10101 10000 0 101000 11100001 1110 110110

Color Harmonies of #798199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798199

Black with #798199

Text Example


Text Example

White with #798199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798199; }

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

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

background-color css

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

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

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

border-color css

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

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

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