Html Css Color HEX #7990DB Portage

📋 copy color: '#7990DB'

red 121 ◦ green 144 ◦ blue 219

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

Shades of Portage #7990DB

Tints of Portage #7990DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 25%
G = 29.75%
B = 45.25%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7990DB (or 0x7990DB) is known color: Portage. HEX triplet: 79, 90 and DB. RGB value is (121,144,219). Sum of RGB (Red+Green+Blue) = 121+144+219=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7990DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990DB is #866F24. Grayscale: #919191. Windows color (decimal): -8810277 or 14389369. OLE color: 14389369.

HSL color Cylindrical-coordinate representation of color #7990DB: hue angle of 225.92º degrees, saturation: 0.58, 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 #7990DB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 144 219 -
CMYK 0.45 0.34 0 0.14
HSL 225.92º 0.58% 0.67% -
HSV(B) 225.92º 0.45% 0.86% -
XYZ 30.64 29.13 71.02 -
YUV 145.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 121 144 219 0.45 0.34 0 0.14 225.92 0.58 0.67
Hex 79 90 DB 2D 22 0 E E2 3A 43
Octal 171 220 333 55 42 0 16 342 72 103
Binary 1111001 10010000 11011011 101101 100010 0 1110 11100010 111010 1000011

Color Harmonies of #7990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990DB

Black with #7990DB

Text Example


Text Example

White with #7990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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