Html Css Color HEX #7994DD Portage

📋 copy color: '#7994DD'

red 121 ◦ green 148 ◦ blue 221

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

Shades of Portage #7994DD

Tints of Portage #7994DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 24.69%
G = 30.2%
B = 45.1%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7994DD (or 0x7994DD) is known color: Portage. HEX triplet: 79, 94 and DD. RGB value is (121,148,221). Sum of RGB (Red+Green+Blue) = 121+148+221=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #7994DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994DD is #866B22. Grayscale: #939393. Windows color (decimal): -8809251 or 14521465. OLE color: 14521465.

HSL color Cylindrical-coordinate representation of color #7994DD: hue angle of 223.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7994DD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 148 221 -
CMYK 0.45 0.33 0 0.13
HSL 223.8º 0.6% 0.67% -
HSV(B) 223.8º 0.45% 0.87% -
XYZ 31.53 30.47 72.63 -
YUV 148.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 121 148 221 0.45 0.33 0 0.13 223.8 0.6 0.67
Hex 79 94 DD 2D 21 0 D E0 3C 43
Octal 171 224 335 55 41 0 15 340 74 103
Binary 1111001 10010100 11011101 101101 100001 0 1101 11100000 111100 1000011

Color Harmonies of #7994DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7994DD

Black with #7994DD

Text Example


Text Example

White with #7994DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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