#7891DB

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

Shades of Portage #7891DB

Tints of Portage #7891DB

Color information

#7891DB (or 0x7891DB) is unknown color: approx Portage. HEX triplet: 78, 91 and DB. RGB value is (120,145,219). Sum of RGB (Red+Green+Blue) = 120+145+219=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7891DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891DB is #876E24. Grayscale: #919191. Windows color (decimal): -8875557 or 14389624. OLE color: 14389624.

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

Color convert

RGB120145219-
CMYK0.450.3400.14
HSL224.85º57.89%66.47%-
HSV(B)224.85º45.21%85.88%-
XYZ30.6629.3671.07-
YUV145.96169.22109.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=24.79%
G=29.96%
B=45.25%

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
Decimal1201452190.450.3400.14224.8557.8966.47
Hex7891DB2D220Ee13a42
Octal170221333554201634172102
Binary1111000100100011101101110110110001001110111000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7891DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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