#7892DC

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

Shades of Portage #7892DC

Tints of Portage #7892DC

Color information

#7892DC (or 0x7892DC) is unknown color: approx Portage. HEX triplet: 78, 92 and DC. RGB value is (120,146,220). Sum of RGB (Red+Green+Blue) = 120+146+220=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7892DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892DC is #876D23. Grayscale: #929292. Windows color (decimal): -8875300 or 14455416. OLE color: 14455416.

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

Color convert

RGB120146220-
CMYK0.450.3400.14
HSL224.4º58.82%66.67%-
HSV(B)224.4º45.45%86.27%-
XYZ30.9429.7271.82-
YUV146.66169.39108.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=24.69%
G=30.04%
B=45.27%

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
Decimal1201462200.450.3400.14224.458.8266.67
Hex7892DC2D220Ee03b43
Octal170222334554201634073103
Binary1111000100100101101110010110110001001110111000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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