#8295FB

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

Shades of Portage #8295FB

Tints of Portage #8295FB

Color information

#8295FB (or 0x8295FB) is unknown color: approx Portage. HEX triplet: 82, 95 and FB. RGB value is (130,149,251). Sum of RGB (Red+Green+Blue) = 130+149+251=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8295FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295FB is #7D6A04. Grayscale: #9A9A9A. Windows color (decimal): -8219141 or 16487810. OLE color: 16487810.

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

Color convert

RGB130149251-
CMYK0.480.4100.02
HSL230.58º93.8%74.71%-
HSV(B)230.58º48.21%98.43%-
XYZ37.3733.2195.71-
YUV154.95182.21110.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=24.53%
G=28.11%
B=47.36%

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
Decimal1301492510.480.4100.02230.5893.874.71
Hex8295FB302902e75e4b
Octal202225373605102347136113
Binary1000001010010101111110111100001010010101110011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8295FB; }

 p { color: rgb(130,149,251); }

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

<style>
 a { background-color: #8295FB; }

 a { background-color: rgb(130,149,251); }

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

<style>
 span { border-color: #8295FB; }

 span { border-color: rgb(130,149,251); }

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