Html Css Color HEX #7992DD Portage

📋 copy color: '#7992DD'

red 121 ◦ green 146 ◦ blue 221

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

Shades of Portage #7992DD

Tints of Portage #7992DD

RGB

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

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

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

R = 24.8%
G = 29.92%
B = 45.29%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7992DD (or 0x7992DD) is known color: Portage. HEX triplet: 79, 92 and DD. RGB value is (121,146,221). Sum of RGB (Red+Green+Blue) = 121+146+221=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7992DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992DD is #866D22. Grayscale: #929292. Windows color (decimal): -8809763 or 14520953. OLE color: 14520953.

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

Color convert

RGB 121 146 221 -
CMYK 0.45 0.34 0 0.13
HSL 225º 0.6% 0.67% -
HSV(B) 225º 0.45% 0.87% -
XYZ 31.22 29.84 72.52 -
YUV 147.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 121 146 221 0.45 0.34 0 0.13 225 0.6 0.67
Hex 79 92 DD 2D 22 0 D E1 3C 43
Octal 171 222 335 55 42 0 15 341 74 103
Binary 1111001 10010010 11011101 101101 100010 0 1101 11100001 111100 1000011

Color Harmonies of #7992DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992DD

Black with #7992DD

Text Example


Text Example

White with #7992DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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