Html Css Color HEX #7992DB Portage

📋 copy color: '#7992DB'

red 121 ◦ green 146 ◦ blue 219

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

Shades of Portage #7992DB

Tints of Portage #7992DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

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

R = 24.9%
G = 30.04%
B = 45.06%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7992DB (or 0x7992DB) is known color: Portage. HEX triplet: 79, 92 and DB. RGB value is (121,146,219). Sum of RGB (Red+Green+Blue) = 121+146+219=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7992DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992DB is #866D24. Grayscale: #929292. Windows color (decimal): -8809765 or 14389881. OLE color: 14389881.

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

Color convert

RGB 121 146 219 -
CMYK 0.45 0.33 0 0.14
HSL 224.69º 0.58% 0.67% -
HSV(B) 224.69º 0.45% 0.86% -
XYZ 30.95 29.74 71.13 -
YUV 146.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 121 146 219 0.45 0.33 0 0.14 224.69 0.58 0.67
Hex 79 92 DB 2D 21 0 E E1 3A 43
Octal 171 222 333 55 41 0 16 341 72 103
Binary 1111001 10010010 11011011 101101 100001 0 1110 11100001 111010 1000011

Color Harmonies of #7992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992DB

Black with #7992DB

Text Example


Text Example

White with #7992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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