#7A8ED0

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

Shades of Portage #7A8ED0

Tints of Portage #7A8ED0

Color information

#7A8ED0 (or 0x7A8ED0) is unknown color: approx Portage. HEX triplet: 7A, 8E and D0. RGB value is (122,142,208). Sum of RGB (Red+Green+Blue) = 122+142+208=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A8ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ED0 is #85712F. Grayscale: #8F8F8F. Windows color (decimal): -8745264 or 13667962. OLE color: 13667962.

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

Color convert

RGB122142208-
CMYK0.410.3200.18
HSL226.05º47.78%64.71%-
HSV(B)226.05º41.35%81.57%-
XYZ29.0828.0463.55-
YUV143.54164.37112.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.85%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 208 (81.64% from 255) = 44.07%
R=25.85%
G=30.08%
B=44.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221422080.410.3200.18226.0547.7864.71
Hex7A8ED02920012e23041
Octal172216320514002234260101
Binary11110101000111011010000101001100000010010111000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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