Html Css Color HEX #798ADD Portage

📋 copy color: '#798ADD'

red 121 ◦ green 138 ◦ blue 221

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

Shades of Portage #798ADD

Tints of Portage #798ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 25.21%
G = 28.75%
B = 46.04%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#798ADD (or 0x798ADD) is known color: Portage. HEX triplet: 79, 8A and DD. RGB value is (121,138,221). Sum of RGB (Red+Green+Blue) = 121+138+221=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #798ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ADD is #867522. Grayscale: #8E8E8E. Windows color (decimal): -8811811 or 14518905. OLE color: 14518905.

HSL color Cylindrical-coordinate representation of color #798ADD: hue angle of 229.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798ADD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 138 221 -
CMYK 0.45 0.38 0 0.13
HSL 229.8º 0.6% 0.67% -
HSV(B) 229.8º 0.45% 0.87% -
XYZ 30.02 27.46 72.12 -
YUV 142.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 121 138 221 0.45 0.38 0 0.13 229.8 0.6 0.67
Hex 79 8A DD 2D 26 0 D E6 3C 43
Octal 171 212 335 55 46 0 15 346 74 103
Binary 1111001 10001010 11011101 101101 100110 0 1101 11100110 111100 1000011

Color Harmonies of #798ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798ADD

Black with #798ADD

Text Example


Text Example

White with #798ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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