Html Css Color HEX #7992DA Portage

📋 copy color: '#7992DA'

red 121 ◦ green 146 ◦ blue 218

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

Shades of Portage #7992DA

Tints of Portage #7992DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 24.95%
G = 30.1%
B = 44.95%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7992DA (or 0x7992DA) is known color: Portage. HEX triplet: 79, 92 and DA. RGB value is (121,146,218). Sum of RGB (Red+Green+Blue) = 121+146+218=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7992DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992DA is #866D25. Grayscale: #929292. Windows color (decimal): -8809766 or 14324345. OLE color: 14324345.

HSL color Cylindrical-coordinate representation of color #7992DA: hue angle of 224.54º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7992DA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 146 218 -
CMYK 0.44 0.33 0 0.15
HSL 224.54º 0.57% 0.66% -
HSV(B) 224.54º 0.44% 0.85% -
XYZ 30.82 29.68 70.44 -
YUV 146.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 121 146 218 0.44 0.33 0 0.15 224.54 0.57 0.66
Hex 79 92 DA 2C 21 0 F E1 39 42
Octal 171 222 332 54 41 0 17 341 71 102
Binary 1111001 10010010 11011010 101100 100001 0 1111 11100001 111001 1000010

Color Harmonies of #7992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992DA

Black with #7992DA

Text Example


Text Example

White with #7992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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