Html Css Color HEX #798AD0 Portage

📋 copy color: '#798AD0'

red 121 ◦ green 138 ◦ blue 208

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

Shades of Portage #798AD0

Tints of Portage #798AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 25.91%
G = 29.55%
B = 44.54%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#798AD0 (or 0x798AD0) is known color: Portage. HEX triplet: 79, 8A and D0. RGB value is (121,138,208). Sum of RGB (Red+Green+Blue) = 121+138+208=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #798AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798AD0 is #86752F. Grayscale: #8C8C8C. Windows color (decimal): -8811824 or 13666937. OLE color: 13666937.

HSL color Cylindrical-coordinate representation of color #798AD0: hue angle of 228.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #798AD0 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 138 208 -
CMYK 0.42 0.34 0 0.18
HSL 228.28º 0.48% 0.65% -
HSV(B) 228.28º 0.42% 0.82% -
XYZ 28.36 26.8 63.35 -
YUV 140.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 121 138 208 0.42 0.34 0 0.18 228.28 0.48 0.65
Hex 79 8A D0 2A 22 0 12 E4 30 41
Octal 171 212 320 52 42 0 22 344 60 101
Binary 1111001 10001010 11010000 101010 100010 0 10010 11100100 110000 1000001

Color Harmonies of #798AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798AD0

Black with #798AD0

Text Example


Text Example

White with #798AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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