#8290FA

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

Shades of Portage #8290FA

Tints of Portage #8290FA

Color information

#8290FA (or 0x8290FA) is unknown color: approx Portage. HEX triplet: 82, 90 and FA. RGB value is (130,144,250). Sum of RGB (Red+Green+Blue) = 130+144+250=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8290FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8290FA is #7D6F05. Grayscale: #979797. Windows color (decimal): -8220422 or 16420994. OLE color: 16420994.

HSL color Cylindrical-coordinate representation of color #8290FA: hue angle of 233º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8290FA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130144250-
CMYK0.480.4200.02
HSL233º92.31%74.51%-
HSV(B)233º48%98.04%-
XYZ36.4331.5994.62-
YUV151.9183.36112.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=24.81%
G=27.48%
B=47.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301442500.480.4200.0223392.3174.51
Hex8290FA302A02e95c4b
Octal202220372605202351134113
Binary1000001010010000111110101100001010100101110100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8290FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8290FA; }

 p { color: rgb(130,144,250); }

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

<style>
 a { background-color: #8290FA; }

 a { background-color: rgb(130,144,250); }

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

<style>
 span { border-color: #8290FA; }

 span { border-color: rgb(130,144,250); }

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