#8497FA

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

Shades of Portage #8497FA

Tints of Portage #8497FA

Color information

#8497FA (or 0x8497FA) is unknown color: approx Portage. HEX triplet: 84, 97 and FA. RGB value is (132,151,250). Sum of RGB (Red+Green+Blue) = 132+151+250=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #8497FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8497FA is #7B6805. Grayscale: #9C9C9C. Windows color (decimal): -8087558 or 16422788. OLE color: 16422788.

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

Color convert

RGB132151250-
CMYK0.470.4000.02
HSL230.34º92.19%74.9%-
HSV(B)230.34º47.2%98.04%-
XYZ37.8433.9495-
YUV156.6180.71110.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=24.77%
G=28.33%
B=46.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321512500.470.4000.02230.3492.1974.9
Hex8497FA2F2802e65c4b
Octal204227372575002346134113
Binary1000010010010111111110101011111010000101110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8497FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,151,250); }

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

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

 a { background-color: rgb(132,151,250); }

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

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

 span { border-color: rgb(132,151,250); }

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