#7892DB

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

Shades of Portage #7892DB

Tints of Portage #7892DB

Color information

#7892DB (or 0x7892DB) is unknown color: approx Portage. HEX triplet: 78, 92 and DB. RGB value is (120,146,219). Sum of RGB (Red+Green+Blue) = 120+146+219=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7892DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892DB is #876D24. Grayscale: #929292. Windows color (decimal): -8875301 or 14389880. OLE color: 14389880.

HSL color Cylindrical-coordinate representation of color #7892DB: hue angle of 224.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7892DB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120146219-
CMYK0.450.3300.14
HSL224.24º57.89%66.47%-
HSV(B)224.24º45.21%85.88%-
XYZ30.8129.6771.12-
YUV146.55168.89109.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.74%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=24.74%
G=30.10%
B=45.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201462190.450.3300.14224.2457.8966.47
Hex7892DB2D210Ee03a42
Octal170222333554101634072102
Binary1111000100100101101101110110110000101110111000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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