Html Css Color HEX #798EDC Portage

📋 copy color: '#798EDC'

red 121 ◦ green 142 ◦ blue 220

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

Shades of Portage #798EDC

Tints of Portage #798EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 25.05%
G = 29.4%
B = 45.55%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798EDC (or 0x798EDC) is known color: Portage. HEX triplet: 79, 8E and DC. RGB value is (121,142,220). Sum of RGB (Red+Green+Blue) = 121+142+220=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #798EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798EDC is #867123. Grayscale: #909090. Windows color (decimal): -8810788 or 14454393. OLE color: 14454393.

HSL color Cylindrical-coordinate representation of color #798EDC: hue angle of 227.27º degrees, saturation: 0.59, 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 #798EDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 142 220 -
CMYK 0.45 0.35 0 0.14
HSL 227.27º 0.59% 0.67% -
HSV(B) 227.27º 0.45% 0.86% -
XYZ 30.48 28.58 71.62 -
YUV 144.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 121 142 220 0.45 0.35 0 0.14 227.27 0.59 0.67
Hex 79 8E DC 2D 23 0 E E3 3B 43
Octal 171 216 334 55 43 0 16 343 73 103
Binary 1111001 10001110 11011100 101101 100011 0 1110 11100011 111011 1000011

Color Harmonies of #798EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798EDC

Black with #798EDC

Text Example


Text Example

White with #798EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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