Html Css Color HEX #7994E0 Portage

📋 copy color: '#7994E0'

red 121 ◦ green 148 ◦ blue 224

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

Shades of Portage #7994E0

Tints of Portage #7994E0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 24.54%
G = 30.02%
B = 45.44%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7994E0 (or 0x7994E0) is known color: Portage. HEX triplet: 79, 94 and E0. RGB value is (121,148,224). Sum of RGB (Red+Green+Blue) = 121+148+224=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #7994E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994E0 is #866B1F. Grayscale: #949494. Windows color (decimal): -8809248 or 14718073. OLE color: 14718073.

HSL color Cylindrical-coordinate representation of color #7994E0: hue angle of 224.27º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7994E0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 148 224 -
CMYK 0.46 0.34 0 0.12
HSL 224.27º 0.62% 0.68% -
HSV(B) 224.27º 0.46% 0.88% -
XYZ 31.93 30.63 74.75 -
YUV 148.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 121 148 224 0.46 0.34 0 0.12 224.27 0.62 0.68
Hex 79 94 E0 2E 22 0 C E0 3E 44
Octal 171 224 340 56 42 0 14 340 76 104
Binary 1111001 10010100 11100000 101110 100010 0 1100 11100000 111110 1000100

Color Harmonies of #7994E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7994E0

Black with #7994E0

Text Example


Text Example

White with #7994E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7994E0; }

 p { color: rgb(121,148,224); }

 H1.HeaderClassName
 {
   color: #7994E0;
 }
 .AnyTagClassName
 {
   color: #7994E0;
 }
</style>

background-color css

<style>
 a { background-color: #7994E0; }

 a { background-color: rgb(121,148,224); }

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

border-color css

<style>
 span { border-color: #7994E0; }

 span { border-color: rgb(121,148,224); }

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