Html Css Color HEX #798DE8 Portage

📋 copy color: '#798DE8'

red 121 ◦ green 141 ◦ blue 232

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

Shades of Portage #798DE8

Tints of Portage #798DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.96%

R = 24.49%
G = 28.54%
B = 46.96%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#798DE8 (or 0x798DE8) is known color: Portage. HEX triplet: 79, 8D and E8. RGB value is (121,141,232). Sum of RGB (Red+Green+Blue) = 121+141+232=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #798DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798DE8 is #867217. Grayscale: #919191. Windows color (decimal): -8811032 or 15240569. OLE color: 15240569.

HSL color Cylindrical-coordinate representation of color #798DE8: hue angle of 229.19º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #798DE8 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 141 232 -
CMYK 0.48 0.39 0 0.09
HSL 229.19º 0.71% 0.69% -
HSV(B) 229.19º 0.48% 0.91% -
XYZ 31.98 28.94 80.24 -
YUV 145.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 121 141 232 0.48 0.39 0 0.09 229.19 0.71 0.69
Hex 79 8D E8 30 27 0 9 E5 47 45
Octal 171 215 350 60 47 0 11 345 107 105
Binary 1111001 10001101 11101000 110000 100111 0 1001 11100101 1000111 1000101

Color Harmonies of #798DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798DE8

Black with #798DE8

Text Example


Text Example

White with #798DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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