Html Css Color HEX #798CD0 Portage

📋 copy color: '#798CD0'

red 121 ◦ green 140 ◦ blue 208

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

Shades of Portage #798CD0

Tints of Portage #798CD0

RGB

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

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

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

R = 25.8%
G = 29.85%
B = 44.35%

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

#798CD0 (or 0x798CD0) is known color: Portage. HEX triplet: 79, 8C and D0. RGB value is (121,140,208). Sum of RGB (Red+Green+Blue) = 121+140+208=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #798CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CD0 is #86732F. Grayscale: #8D8D8D. Windows color (decimal): -8811312 or 13667449. OLE color: 13667449.

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

Color convert

RGB 121 140 208 -
CMYK 0.42 0.33 0 0.18
HSL 226.9º 0.48% 0.65% -
HSV(B) 226.9º 0.42% 0.82% -
XYZ 28.65 27.38 63.45 -
YUV 142.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 121 140 208 0.42 0.33 0 0.18 226.9 0.48 0.65
Hex 79 8C D0 2A 21 0 12 E3 30 41
Octal 171 214 320 52 41 0 22 343 60 101
Binary 1111001 10001100 11010000 101010 100001 0 10010 11100011 110000 1000001

Color Harmonies of #798CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CD0

Black with #798CD0

Text Example


Text Example

White with #798CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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