Html Css Color HEX #798BDC Portage

📋 copy color: '#798BDC'

red 121 ◦ green 139 ◦ blue 220

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

Shades of Portage #798BDC

Tints of Portage #798BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 25.21%
G = 28.96%
B = 45.83%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798BDC (or 0x798BDC) is known color: Portage. HEX triplet: 79, 8B and DC. RGB value is (121,139,220). Sum of RGB (Red+Green+Blue) = 121+139+220=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #798BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDC is #867423. Grayscale: #8E8E8E. Windows color (decimal): -8811556 or 14453625. OLE color: 14453625.

HSL color Cylindrical-coordinate representation of color #798BDC: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798BDC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 139 220 -
CMYK 0.45 0.37 0 0.14
HSL 229.09º 0.59% 0.67% -
HSV(B) 229.09º 0.45% 0.86% -
XYZ 30.04 27.7 71.47 -
YUV 142.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 121 139 220 0.45 0.37 0 0.14 229.09 0.59 0.67
Hex 79 8B DC 2D 25 0 E E5 3B 43
Octal 171 213 334 55 45 0 16 345 73 103
Binary 1111001 10001011 11011100 101101 100101 0 1110 11100101 111011 1000011

Color Harmonies of #798BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798BDC

Black with #798BDC

Text Example


Text Example

White with #798BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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