Html Css Color HEX #798BD5 Portage

📋 copy color: '#798BD5'

red 121 ◦ green 139 ◦ blue 213

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

Shades of Portage #798BD5

Tints of Portage #798BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 25.58%
G = 29.39%
B = 45.03%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#798BD5 (or 0x798BD5) is known color: Portage. HEX triplet: 79, 8B and D5. RGB value is (121,139,213). Sum of RGB (Red+Green+Blue) = 121+139+213=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #798BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BD5 is #86742A. Grayscale: #8D8D8D. Windows color (decimal): -8811563 or 13994873. OLE color: 13994873.

HSL color Cylindrical-coordinate representation of color #798BD5: hue angle of 228.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #798BD5 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 139 213 -
CMYK 0.43 0.35 0 0.16
HSL 228.26º 0.52% 0.65% -
HSV(B) 228.26º 0.43% 0.84% -
XYZ 29.13 27.33 66.69 -
YUV 142.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 121 139 213 0.43 0.35 0 0.16 228.26 0.52 0.65
Hex 79 8B D5 2B 23 0 10 E4 34 41
Octal 171 213 325 53 43 0 20 344 64 101
Binary 1111001 10001011 11010101 101011 100011 0 10000 11100100 110100 1000001

Color Harmonies of #798BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BD5

Black with #798BD5

Text Example


Text Example

White with #798BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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