Html Css Color HEX #7990DF Portage

📋 copy color: '#7990DF'

red 121 ◦ green 144 ◦ blue 223

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

Shades of Portage #7990DF

Tints of Portage #7990DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 24.8%
G = 29.51%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7990DF (or 0x7990DF) is known color: Portage. HEX triplet: 79, 90 and DF. RGB value is (121,144,223). Sum of RGB (Red+Green+Blue) = 121+144+223=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #7990DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990DF is #866F20. Grayscale: #919191. Windows color (decimal): -8810273 or 14651513. OLE color: 14651513.

HSL color Cylindrical-coordinate representation of color #7990DF: hue angle of 226.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7990DF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 144 223 -
CMYK 0.46 0.35 0 0.13
HSL 226.47º 0.61% 0.67% -
HSV(B) 226.47º 0.46% 0.87% -
XYZ 31.18 29.34 73.83 -
YUV 146.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 121 144 223 0.46 0.35 0 0.13 226.47 0.61 0.67
Hex 79 90 DF 2E 23 0 D E2 3D 43
Octal 171 220 337 56 43 0 15 342 75 103
Binary 1111001 10010000 11011111 101110 100011 0 1101 11100010 111101 1000011

Color Harmonies of #7990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990DF

Black with #7990DF

Text Example


Text Example

White with #7990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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