Html Css Color HEX #798FDC Portage

📋 copy color: '#798FDC'

red 121 ◦ green 143 ◦ blue 220

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

Shades of Portage #798FDC

Tints of Portage #798FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

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

R = 25%
G = 29.55%
B = 45.45%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798FDC (or 0x798FDC) is known color: Portage. HEX triplet: 79, 8F and DC. RGB value is (121,143,220). Sum of RGB (Red+Green+Blue) = 121+143+220=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #798FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798FDC is #867023. Grayscale: #909090. Windows color (decimal): -8810532 or 14454649. OLE color: 14454649.

HSL color Cylindrical-coordinate representation of color #798FDC: hue angle of 226.67º 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 #798FDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 143 220 -
CMYK 0.45 0.35 0 0.14
HSL 226.67º 0.59% 0.67% -
HSV(B) 226.67º 0.45% 0.86% -
XYZ 30.63 28.88 71.67 -
YUV 145.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 121 143 220 0.45 0.35 0 0.14 226.67 0.59 0.67
Hex 79 8F DC 2D 23 0 E E3 3B 43
Octal 171 217 334 55 43 0 16 343 73 103
Binary 1111001 10001111 11011100 101101 100011 0 1110 11100011 111011 1000011

Color Harmonies of #798FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798FDC

Black with #798FDC

Text Example


Text Example

White with #798FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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