Html Css Color HEX #798299 Ship Cove

📋 copy color: '#798299'

red 121 ◦ green 130 ◦ blue 153

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

Shades of Ship Cove #798299

Tints of Ship Cove #798299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 29.95%
G = 32.18%
B = 37.87%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#798299 (or 0x798299) is known color: Ship Cove. HEX triplet: 79, 82 and 99. RGB value is (121,130,153). Sum of RGB (Red+Green+Blue) = 121+130+153=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #798299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798299 is #867D66. Grayscale: #818181. Windows color (decimal): -8813927 or 10060409. OLE color: 10060409.

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

Color convert

RGB 121 130 153 -
CMYK 0.21 0.15 0 0.4
HSL 223.13º 0.14% 0.54% -
HSV(B) 223.13º 0.21% 0.6% -
XYZ 21.62 22.33 33.31 -
YUV 129.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 121 130 153 0.21 0.15 0 0.4 223.13 0.14 0.54
Hex 79 82 99 15 F 0 28 DF E 36
Octal 171 202 231 25 17 0 50 337 16 66
Binary 1111001 10000010 10011001 10101 1111 0 101000 11011111 1110 110110

Color Harmonies of #798299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798299

Black with #798299

Text Example


Text Example

White with #798299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798299; }

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

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

background-color css

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

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

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

border-color css

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

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

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