Html Css Color HEX #798CD1 Portage

📋 copy color: '#798CD1'

red 121 ◦ green 140 ◦ blue 209

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

Shades of Portage #798CD1

Tints of Portage #798CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 25.74%
G = 29.79%
B = 44.47%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#798CD1 (or 0x798CD1) is known color: Portage. HEX triplet: 79, 8C and D1. RGB value is (121,140,209). Sum of RGB (Red+Green+Blue) = 121+140+209=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #798CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CD1 is #86732E. Grayscale: #8D8D8D. Windows color (decimal): -8811311 or 13732985. OLE color: 13732985.

HSL color Cylindrical-coordinate representation of color #798CD1: hue angle of 227.05º degrees, saturation: 0.49, 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 #798CD1 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 140 209 -
CMYK 0.42 0.33 0 0.18
HSL 227.05º 0.49% 0.65% -
HSV(B) 227.05º 0.42% 0.82% -
XYZ 28.77 27.42 64.1 -
YUV 142.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 121 140 209 0.42 0.33 0 0.18 227.05 0.49 0.65
Hex 79 8C D1 2A 21 0 12 E3 31 41
Octal 171 214 321 52 41 0 22 343 61 101
Binary 1111001 10001100 11010001 101010 100001 0 10010 11100011 110001 1000001

Color Harmonies of #798CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CD1

Black with #798CD1

Text Example


Text Example

White with #798CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,140,209); }

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

background-color css

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

 a { background-color: rgb(121,140,209); }

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

border-color css

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

 span { border-color: rgb(121,140,209); }

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