#7891CF

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

Shades of Portage #7891CF

Tints of Portage #7891CF

Color information

#7891CF (or 0x7891CF) is unknown color: approx Portage. HEX triplet: 78, 91 and CF. RGB value is (120,145,207). Sum of RGB (Red+Green+Blue) = 120+145+207=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7891CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891CF is #876E30. Grayscale: #909090. Windows color (decimal): -8875569 or 13603192. OLE color: 13603192.

HSL color Cylindrical-coordinate representation of color #7891CF: hue angle of 222.76º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7891CF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120145207-
CMYK0.420.3000.19
HSL222.76º47.54%64.12%-
HSV(B)222.76º42.03%81.18%-
XYZ29.1328.7563.05-
YUV144.59163.22110.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.42%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=25.42%
G=30.72%
B=43.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201452070.420.3000.19222.7647.5464.12
Hex7891CF2A1E013df3040
Octal170221317523602333760100
Binary1111000100100011100111110101011110010011110111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7891CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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