#7A8FDD

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

Shades of Portage #7A8FDD

Tints of Portage #7A8FDD

Color information

#7A8FDD (or 0x7A8FDD) is unknown color: approx Portage. HEX triplet: 7A, 8F and DD. RGB value is (122,143,221). Sum of RGB (Red+Green+Blue) = 122+143+221=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FDD is #857022. Grayscale: #919191. Windows color (decimal): -8744995 or 14520186. OLE color: 14520186.

HSL color Cylindrical-coordinate representation of color #7A8FDD: hue angle of 227.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8FDD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122143221-
CMYK0.450.3500.13
HSL227.27º59.28%67.25%-
HSV(B)227.27º44.8%86.67%-
XYZ30.92972.38-
YUV145.61170.54111.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=25.10%
G=29.42%
B=45.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221432210.450.3500.13227.2759.2867.25
Hex7A8FDD2D230De33b43
Octal172217335554301534373103
Binary1111010100011111101110110110110001101101111000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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