Html Css Color HEX #798ADC Portage

📋 copy color: '#798ADC'

red 121 ◦ green 138 ◦ blue 220

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

Shades of Portage #798ADC

Tints of Portage #798ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.81%

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

R = 25.26%
G = 28.81%
B = 45.93%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798ADC (or 0x798ADC) is known color: Portage. HEX triplet: 79, 8A and DC. RGB value is (121,138,220). Sum of RGB (Red+Green+Blue) = 121+138+220=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #798ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ADC is #867523. Grayscale: #8D8D8D. Windows color (decimal): -8811812 or 14453369. OLE color: 14453369.

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

Color convert

RGB 121 138 220 -
CMYK 0.45 0.37 0 0.14
HSL 229.7º 0.59% 0.67% -
HSV(B) 229.7º 0.45% 0.86% -
XYZ 29.89 27.41 71.43 -
YUV 142.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 121 138 220 0.45 0.37 0 0.14 229.7 0.59 0.67
Hex 79 8A DC 2D 25 0 E E6 3B 43
Octal 171 212 334 55 45 0 16 346 73 103
Binary 1111001 10001010 11011100 101101 100101 0 1110 11100110 111011 1000011

Color Harmonies of #798ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798ADC

Black with #798ADC

Text Example


Text Example

White with #798ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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