Html Css Color HEX #7990DD Portage

📋 copy color: '#7990DD'

red 121 ◦ green 144 ◦ blue 221

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

Shades of Portage #7990DD

Tints of Portage #7990DD

RGB

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

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

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

R = 24.9%
G = 29.63%
B = 45.47%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7990DD (or 0x7990DD) is known color: Portage. HEX triplet: 79, 90 and DD. RGB value is (121,144,221). Sum of RGB (Red+Green+Blue) = 121+144+221=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7990DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990DD is #866F22. Grayscale: #919191. Windows color (decimal): -8810275 or 14520441. OLE color: 14520441.

HSL color Cylindrical-coordinate representation of color #7990DD: hue angle of 226.2º 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 #7990DD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 144 221 -
CMYK 0.45 0.35 0 0.13
HSL 226.2º 0.6% 0.67% -
HSV(B) 226.2º 0.45% 0.87% -
XYZ 30.91 29.23 72.42 -
YUV 145.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 121 144 221 0.45 0.35 0 0.13 226.2 0.6 0.67
Hex 79 90 DD 2D 23 0 D E2 3C 43
Octal 171 220 335 55 43 0 15 342 74 103
Binary 1111001 10010000 11011101 101101 100011 0 1101 11100010 111100 1000011

Color Harmonies of #7990DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990DD

Black with #7990DD

Text Example


Text Example

White with #7990DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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