Html Css Color HEX #799398 Gothic

📋 copy color: '#799398'

red 121 ◦ green 147 ◦ blue 152

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

Shades of Gothic #799398

Tints of Gothic #799398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 28.81%
G = 35%
B = 36.19%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#799398 (or 0x799398) is known color: Gothic. HEX triplet: 79, 93 and 98. RGB value is (121,147,152). Sum of RGB (Red+Green+Blue) = 121+147+152=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #799398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799398 is #866C67. Grayscale: #8B8B8B. Windows color (decimal): -8809576 or 9999225. OLE color: 9999225.

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

Color convert

RGB 121 147 152 -
CMYK 0.20 0.03 0 0.40
HSL 189.68º 0.13% 0.54% -
HSV(B) 189.68º 0.2% 0.6% -
XYZ 23.99 27.2 33.69 -
YUV 139.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 121 147 152 0.20 0.03 0 0.40 189.68 0.13 0.54
Hex 79 93 98 14 3 0 28 BE D 36
Octal 171 223 230 24 3 0 50 276 15 66
Binary 1111001 10010011 10011000 10100 11 0 101000 10111110 1101 110110

Color Harmonies of #799398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799398

Black with #799398

Text Example


Text Example

White with #799398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799398; }

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

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

background-color css

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

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

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

border-color css

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

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

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