#8293FA

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

Shades of Portage #8293FA

Tints of Portage #8293FA

Color information

#8293FA (or 0x8293FA) is unknown color: approx Portage. HEX triplet: 82, 93 and FA. RGB value is (130,147,250). Sum of RGB (Red+Green+Blue) = 130+147+250=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8293FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293FA is #7D6C05. Grayscale: #999999. Windows color (decimal): -8219654 or 16421762. OLE color: 16421762.

HSL color Cylindrical-coordinate representation of color #8293FA: hue angle of 231.5º 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 #8293FA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130147250-
CMYK0.480.4100.02
HSL231.5º92.31%74.51%-
HSV(B)231.5º48%98.04%-
XYZ36.8932.5294.77-
YUV153.66182.37111.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=24.67%
G=27.89%
B=47.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301472500.480.4100.02231.592.3174.51
Hex8293FA302902e85c4b
Octal202223372605102350134113
Binary1000001010010011111110101100001010010101110100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8293FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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