Html Css Color HEX #798DDD Portage

📋 copy color: '#798DDD'

red 121 ◦ green 141 ◦ blue 221

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

Shades of Portage #798DDD

Tints of Portage #798DDD

RGB

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

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

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

R = 25.05%
G = 29.19%
B = 45.76%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#798DDD (or 0x798DDD) is known color: Portage. HEX triplet: 79, 8D and DD. RGB value is (121,141,221). Sum of RGB (Red+Green+Blue) = 121+141+221=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #798DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DDD is #867222. Grayscale: #8F8F8F. Windows color (decimal): -8811043 or 14519673. OLE color: 14519673.

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

Color convert

RGB 121 141 221 -
CMYK 0.45 0.36 0 0.13
HSL 228º 0.6% 0.67% -
HSV(B) 228º 0.45% 0.87% -
XYZ 30.46 28.34 72.27 -
YUV 144.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 121 141 221 0.45 0.36 0 0.13 228 0.6 0.67
Hex 79 8D DD 2D 24 0 D E4 3C 43
Octal 171 215 335 55 44 0 15 344 74 103
Binary 1111001 10001101 11011101 101101 100100 0 1101 11100100 111100 1000011

Color Harmonies of #798DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798DDD

Black with #798DDD

Text Example


Text Example

White with #798DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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