#7992DD

Color #7992DD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7992DD

Tints of Portage #7992DD

Color information

#7992DD (or 0x7992DD) is unknown color: approx 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

RGB121146221-
CMYK0.450.3400.13
HSL225º59.52%67.06%-
HSV(B)225º45.25%86.67%-
XYZ31.2229.8472.52-
YUV147.07169.72109.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=24.80%
G=29.92%
B=45.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211462210.450.3400.1322559.5267.06
Hex7992DD2D220De13c43
Octal171222335554201534174103
Binary1111001100100101101110110110110001001101111000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>