#7A8FCF

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

Shades of Portage #7A8FCF

Tints of Portage #7A8FCF

Color information

#7A8FCF (or 0x7A8FCF) is unknown color: approx Portage. HEX triplet: 7A, 8F and CF. RGB value is (122,143,207). Sum of RGB (Red+Green+Blue) = 122+143+207=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 143 (56.25% from 255 or 30.30% 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 #7A8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FCF is #857030. Grayscale: #8F8F8F. Windows color (decimal): -8745009 or 13602682. OLE color: 13602682.

HSL color Cylindrical-coordinate representation of color #7A8FCF: hue angle of 225.18º 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 #7A8FCF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122143207-
CMYK0.410.3100.19
HSL225.18º46.96%64.51%-
HSV(B)225.18º41.06%81.18%-
XYZ29.1128.2962.96-
YUV144.02163.54112.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=25.85%
G=30.30%
B=43.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221432070.410.3100.19225.1846.9664.51
Hex7A8FCF291F013e12f41
Octal172217317513702334157101
Binary1111010100011111100111110100111111010011111000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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