Html Css Color HEX #798ED0 Portage

📋 copy color: '#798ED0'

red 121 ◦ green 142 ◦ blue 208

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

Shades of Portage #798ED0

Tints of Portage #798ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 25.69%
G = 30.15%
B = 44.16%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#798ED0 (or 0x798ED0) is known color: Portage. HEX triplet: 79, 8E and D0. RGB value is (121,142,208). Sum of RGB (Red+Green+Blue) = 121+142+208=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #798ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ED0 is #86712F. Grayscale: #8E8E8E. Windows color (decimal): -8810800 or 13667961. OLE color: 13667961.

HSL color Cylindrical-coordinate representation of color #798ED0: hue angle of 225.52º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #798ED0 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 142 208 -
CMYK 0.42 0.32 0 0.18
HSL 225.52º 0.48% 0.65% -
HSV(B) 225.52º 0.42% 0.82% -
XYZ 28.94 27.97 63.55 -
YUV 143.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 121 142 208 0.42 0.32 0 0.18 225.52 0.48 0.65
Hex 79 8E D0 2A 20 0 12 E2 30 41
Octal 171 216 320 52 40 0 22 342 60 101
Binary 1111001 10001110 11010000 101010 100000 0 10010 11100010 110000 1000001

Color Harmonies of #798ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798ED0

Black with #798ED0

Text Example


Text Example

White with #798ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,142,208); }

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

background-color css

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

 a { background-color: rgb(121,142,208); }

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

border-color css

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

 span { border-color: rgb(121,142,208); }

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