Html Css Color HEX #798BEA Portage

📋 copy color: '#798BEA'

red 121 ◦ green 139 ◦ blue 234

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

Shades of Portage #798BEA

Tints of Portage #798BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 24.49%
G = 28.14%
B = 47.37%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#798BEA (or 0x798BEA) is known color: Portage. HEX triplet: 79, 8B and EA. RGB value is (121,139,234). Sum of RGB (Red+Green+Blue) = 121+139+234=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #798BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798BEA is #867415. Grayscale: #909090. Windows color (decimal): -8811542 or 15371129. OLE color: 15371129.

HSL color Cylindrical-coordinate representation of color #798BEA: hue angle of 230.44º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #798BEA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 139 234 -
CMYK 0.48 0.41 0 0.08
HSL 230.44º 0.73% 0.7% -
HSV(B) 230.44º 0.48% 0.92% -
XYZ 31.97 28.47 81.65 -
YUV 144.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 121 139 234 0.48 0.41 0 0.08 230.44 0.73 0.7
Hex 79 8B EA 30 29 0 8 E6 49 46
Octal 171 213 352 60 51 0 10 346 111 106
Binary 1111001 10001011 11101010 110000 101001 0 1000 11100110 1001001 1000110

Color Harmonies of #798BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BEA

Black with #798BEA

Text Example


Text Example

White with #798BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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