Html Css Color HEX #798BDA Portage

📋 copy color: '#798BDA'

red 121 ◦ green 139 ◦ blue 218

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

Shades of Portage #798BDA

Tints of Portage #798BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 25.31%
G = 29.08%
B = 45.61%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#798BDA (or 0x798BDA) is known color: Portage. HEX triplet: 79, 8B and DA. RGB value is (121,139,218). Sum of RGB (Red+Green+Blue) = 121+139+218=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #798BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDA is #867425. Grayscale: #8E8E8E. Windows color (decimal): -8811558 or 14322553. OLE color: 14322553.

HSL color Cylindrical-coordinate representation of color #798BDA: hue angle of 228.87º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798BDA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 139 218 -
CMYK 0.44 0.36 0 0.15
HSL 228.87º 0.57% 0.66% -
HSV(B) 228.87º 0.44% 0.85% -
XYZ 29.77 27.59 70.09 -
YUV 142.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 121 139 218 0.44 0.36 0 0.15 228.87 0.57 0.66
Hex 79 8B DA 2C 24 0 F E5 39 42
Octal 171 213 332 54 44 0 17 345 71 102
Binary 1111001 10001011 11011010 101100 100100 0 1111 11100101 111001 1000010

Color Harmonies of #798BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BDA

Black with #798BDA

Text Example


Text Example

White with #798BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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