Html Css Color HEX #798DDB Portage

📋 copy color: '#798DDB'

red 121 ◦ green 141 ◦ blue 219

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

Shades of Portage #798DDB

Tints of Portage #798DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 25.16%
G = 29.31%
B = 45.53%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798DDB (or 0x798DDB) is known color: Portage. HEX triplet: 79, 8D and DB. RGB value is (121,141,219). Sum of RGB (Red+Green+Blue) = 121+141+219=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #798DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DDB is #867224. Grayscale: #8F8F8F. Windows color (decimal): -8811045 or 14388601. OLE color: 14388601.

HSL color Cylindrical-coordinate representation of color #798DDB: hue angle of 227.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798DDB is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 141 219 -
CMYK 0.45 0.36 0 0.14
HSL 227.76º 0.58% 0.67% -
HSV(B) 227.76º 0.45% 0.86% -
XYZ 30.2 28.23 70.88 -
YUV 143.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 121 141 219 0.45 0.36 0 0.14 227.76 0.58 0.67
Hex 79 8D DB 2D 24 0 E E4 3A 43
Octal 171 215 333 55 44 0 16 344 72 103
Binary 1111001 10001101 11011011 101101 100100 0 1110 11100100 111010 1000011

Color Harmonies of #798DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798DDB

Black with #798DDB

Text Example


Text Example

White with #798DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798DDB; }

 p { color: rgb(121,141,219); }

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

background-color css

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

 a { background-color: rgb(121,141,219); }

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

border-color css

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

 span { border-color: rgb(121,141,219); }

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