Html Css Color HEX #7992D7 Portage

📋 copy color: '#7992D7'

red 121 ◦ green 146 ◦ blue 215

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

Shades of Portage #7992D7

Tints of Portage #7992D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 25.1%
G = 30.29%
B = 44.61%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7992D7 (or 0x7992D7) is known color: Portage. HEX triplet: 79, 92 and D7. RGB value is (121,146,215). Sum of RGB (Red+Green+Blue) = 121+146+215=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #7992D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992D7 is #866D28. Grayscale: #929292. Windows color (decimal): -8809769 or 14127737. OLE color: 14127737.

HSL color Cylindrical-coordinate representation of color #7992D7: hue angle of 224.04º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7992D7 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 146 215 -
CMYK 0.44 0.32 0 0.16
HSL 224.04º 0.54% 0.66% -
HSV(B) 224.04º 0.44% 0.84% -
XYZ 30.43 29.53 68.39 -
YUV 146.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 121 146 215 0.44 0.32 0 0.16 224.04 0.54 0.66
Hex 79 92 D7 2C 20 0 10 E0 36 42
Octal 171 222 327 54 40 0 20 340 66 102
Binary 1111001 10010010 11010111 101100 100000 0 10000 11100000 110110 1000010

Color Harmonies of #7992D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992D7

Black with #7992D7

Text Example


Text Example

White with #7992D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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