Html Css Color HEX #7990D5 Portage

📋 copy color: '#7990D5'

red 121 ◦ green 144 ◦ blue 213

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

Shades of Portage #7990D5

Tints of Portage #7990D5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

 BLUE value IS 213 (83.59% from 255) = 44.56%

R = 25.31%
G = 30.13%
B = 44.56%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7990D5 (or 0x7990D5) is known color: Portage. HEX triplet: 79, 90 and D5. RGB value is (121,144,213). Sum of RGB (Red+Green+Blue) = 121+144+213=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #7990D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990D5 is #866F2A. Grayscale: #909090. Windows color (decimal): -8810283 or 13996153. OLE color: 13996153.

HSL color Cylindrical-coordinate representation of color #7990D5: hue angle of 225º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7990D5 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 144 213 -
CMYK 0.43 0.32 0 0.16
HSL 225º 0.52% 0.65% -
HSV(B) 225º 0.43% 0.84% -
XYZ 29.87 28.82 66.94 -
YUV 144.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 121 144 213 0.43 0.32 0 0.16 225 0.52 0.65
Hex 79 90 D5 2B 20 0 10 E1 34 41
Octal 171 220 325 53 40 0 20 341 64 101
Binary 1111001 10010000 11010101 101011 100000 0 10000 11100001 110100 1000001

Color Harmonies of #7990D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990D5

Black with #7990D5

Text Example


Text Example

White with #7990D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7990D5; }

 p { color: rgb(121,144,213); }

 H1.HeaderClassName
 {
   color: #7990D5;
 }
 .AnyTagClassName
 {
   color: #7990D5;
 }
</style>

background-color css

<style>
 a { background-color: #7990D5; }

 a { background-color: rgb(121,144,213); }

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

border-color css

<style>
 span { border-color: #7990D5; }

 span { border-color: rgb(121,144,213); }

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