#7992DC

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

Shades of Portage #7992DC

Tints of Portage #7992DC

Color information

#7992DC (or 0x7992DC) is unknown color: approx Portage. HEX triplet: 79, 92 and DC. RGB value is (121,146,220). Sum of RGB (Red+Green+Blue) = 121+146+220=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #7992DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992DC is #866D23. Grayscale: #929292. Windows color (decimal): -8809764 or 14455417. OLE color: 14455417.

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

Color convert

RGB121146220-
CMYK0.450.3400.14
HSL224.85º58.58%66.86%-
HSV(B)224.85º45%86.27%-
XYZ31.0829.7971.82-
YUV146.96169.22109.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=24.85%
G=29.98%
B=45.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211462200.450.3400.14224.8558.5866.86
Hex7992DC2D220Ee13b43
Octal171222334554201634173103
Binary1111001100100101101110010110110001001110111000011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7992DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7992DC;
 }
 .AnyTagClassName
 {
   color: #7992DC;
 }
</style>
background-color css

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

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

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

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

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

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