#7A8DCF

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

Shades of Portage #7A8DCF

Tints of Portage #7A8DCF

Color information

#7A8DCF (or 0x7A8DCF) is unknown color: approx Portage. HEX triplet: 7A, 8D and CF. RGB value is (122,141,207). Sum of RGB (Red+Green+Blue) = 122+141+207=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A8DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DCF is #857230. Grayscale: #8E8E8E. Windows color (decimal): -8745521 or 13602170. OLE color: 13602170.

HSL color Cylindrical-coordinate representation of color #7A8DCF: hue angle of 226.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A8DCF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122141207-
CMYK0.410.3200.19
HSL226.59º46.96%64.51%-
HSV(B)226.59º41.06%81.18%-
XYZ28.8127.6962.86-
YUV142.84164.21113.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=25.96%
G=30%
B=44.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221412070.410.3200.19226.5946.9664.51
Hex7A8DCF2920013e32f41
Octal172215317514002334357101
Binary11110101000110111001111101001100000010011111000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8DCF; }

 p { color: rgb(122,141,207); }

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

<style>
 a { background-color: #7A8DCF; }

 a { background-color: rgb(122,141,207); }

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

<style>
 span { border-color: #7A8DCF; }

 span { border-color: rgb(122,141,207); }

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