#7A98D3

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

Shades of Portage #7A98D3

Tints of Portage #7A98D3

Color information

#7A98D3 (or 0x7A98D3) is unknown color: approx Portage. HEX triplet: 7A, 98 and D3. RGB value is (122,152,211). Sum of RGB (Red+Green+Blue) = 122+152+211=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A98D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A98D3 is #85672C. Grayscale: #959595. Windows color (decimal): -8742701 or 13867130. OLE color: 13867130.

HSL color Cylindrical-coordinate representation of color #7A98D3: hue angle of 219.78º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A98D3 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB122152211-
CMYK0.420.2800.17
HSL219.78º50.28%65.29%-
HSV(B)219.78º42.18%82.75%-
XYZ31.0131.366.03-
YUV149.76162.56108.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 211 (82.81% from 255) = 43.51%
R=25.15%
G=31.34%
B=43.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1221522110.420.2800.17219.7850.2865.29
Hex7A98D32A1C011dc3241
Octal172230323523402133462101
Binary1111010100110001101001110101011100010001110111001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A98D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,211); }

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

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

 a { background-color: rgb(122,152,211); }

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

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

 span { border-color: rgb(122,152,211); }

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