Html Css Color HEX #798CDA Portage

📋 copy color: '#798CDA'

red 121 ◦ green 140 ◦ blue 218

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

Shades of Portage #798CDA

Tints of Portage #798CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 25.26%
G = 29.23%
B = 45.51%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#798CDA (or 0x798CDA) is known color: Portage. HEX triplet: 79, 8C and DA. RGB value is (121,140,218). Sum of RGB (Red+Green+Blue) = 121+140+218=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #798CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CDA is #867325. Grayscale: #8E8E8E. Windows color (decimal): -8811302 or 14322809. OLE color: 14322809.

HSL color Cylindrical-coordinate representation of color #798CDA: hue angle of 228.25º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798CDA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 140 218 -
CMYK 0.44 0.36 0 0.15
HSL 228.25º 0.57% 0.66% -
HSV(B) 228.25º 0.44% 0.85% -
XYZ 29.92 27.88 70.13 -
YUV 143.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 121 140 218 0.44 0.36 0 0.15 228.25 0.57 0.66
Hex 79 8C DA 2C 24 0 F E4 39 42
Octal 171 214 332 54 44 0 17 344 71 102
Binary 1111001 10001100 11011010 101100 100100 0 1111 11100100 111001 1000010

Color Harmonies of #798CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CDA

Black with #798CDA

Text Example


Text Example

White with #798CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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