#7A8FD0

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

Shades of Portage #7A8FD0

Tints of Portage #7A8FD0

Color information

#7A8FD0 (or 0x7A8FD0) is unknown color: approx Portage. HEX triplet: 7A, 8F and D0. RGB value is (122,143,208). Sum of RGB (Red+Green+Blue) = 122+143+208=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A8FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FD0 is #85702F. Grayscale: #8F8F8F. Windows color (decimal): -8745008 or 13668218. OLE color: 13668218.

HSL color Cylindrical-coordinate representation of color #7A8FD0: hue angle of 225.35º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A8FD0 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122143208-
CMYK0.410.3100.18
HSL225.35º47.78%64.71%-
HSV(B)225.35º41.35%81.57%-
XYZ29.2328.3463.6-
YUV144.13164.04112.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=25.79%
G=30.23%
B=43.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221432080.410.3100.18225.3547.7864.71
Hex7A8FD0291F012e13041
Octal172217320513702234160101
Binary1111010100011111101000010100111111010010111000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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