Html Css Color HEX #798BDD Portage

📋 copy color: '#798BDD'

red 121 ◦ green 139 ◦ blue 221

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

Shades of Portage #798BDD

Tints of Portage #798BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.9%

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

R = 25.16%
G = 28.9%
B = 45.95%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#798BDD (or 0x798BDD) is known color: Portage. HEX triplet: 79, 8B and DD. RGB value is (121,139,221). Sum of RGB (Red+Green+Blue) = 121+139+221=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #798BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDD is #867422. Grayscale: #8E8E8E. Windows color (decimal): -8811555 or 14519161. OLE color: 14519161.

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

Color convert

RGB 121 139 221 -
CMYK 0.45 0.37 0 0.13
HSL 229.2º 0.6% 0.67% -
HSV(B) 229.2º 0.45% 0.87% -
XYZ 30.17 27.75 72.17 -
YUV 142.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 121 139 221 0.45 0.37 0 0.13 229.2 0.6 0.67
Hex 79 8B DD 2D 25 0 D E5 3C 43
Octal 171 213 335 55 45 0 15 345 74 103
Binary 1111001 10001011 11011101 101101 100101 0 1101 11100101 111100 1000011

Color Harmonies of #798BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BDD

Black with #798BDD

Text Example


Text Example

White with #798BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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