Html Css Color HEX #798CDC Portage

📋 copy color: '#798CDC'

red 121 ◦ green 140 ◦ blue 220

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

Shades of Portage #798CDC

Tints of Portage #798CDC

RGB

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

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

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

R = 25.16%
G = 29.11%
B = 45.74%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#798CDC (or 0x798CDC) is known color: Portage. HEX triplet: 79, 8C and DC. RGB value is (121,140,220). Sum of RGB (Red+Green+Blue) = 121+140+220=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #798CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CDC is #867323. Grayscale: #8F8F8F. Windows color (decimal): -8811300 or 14453881. OLE color: 14453881.

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

Color convert

RGB 121 140 220 -
CMYK 0.45 0.36 0 0.14
HSL 228.48º 0.59% 0.67% -
HSV(B) 228.48º 0.45% 0.86% -
XYZ 30.18 27.99 71.52 -
YUV 143.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 121 140 220 0.45 0.36 0 0.14 228.48 0.59 0.67
Hex 79 8C DC 2D 24 0 E E4 3B 43
Octal 171 214 334 55 44 0 16 344 73 103
Binary 1111001 10001100 11011100 101101 100100 0 1110 11100100 111011 1000011

Color Harmonies of #798CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CDC

Black with #798CDC

Text Example


Text Example

White with #798CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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