#8498FC

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

Shades of Portage #8498FC

Tints of Portage #8498FC

Color information

#8498FC (or 0x8498FC) is unknown color: approx Portage. HEX triplet: 84, 98 and FC. RGB value is (132,152,252). Sum of RGB (Red+Green+Blue) = 132+152+252=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #8498FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498FC is #7B6703. Grayscale: #9D9D9D. Windows color (decimal): -8087300 or 16554116. OLE color: 16554116.

HSL color Cylindrical-coordinate representation of color #8498FC: hue angle of 230º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8498FC is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132152252-
CMYK0.480.4000.01
HSL230º95.24%75.29%-
HSV(B)230º47.62%98.82%-
XYZ38.3134.3996.71-
YUV157.42181.37109.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 252 (98.83% from 255) = 47.01%
R=24.63%
G=28.36%
B=47.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321522520.480.4000.0123095.2475.29
Hex8498FC302801e65f4b
Octal204230374605001346137113
Binary100001001001100011111100110000101000011110011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8498FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8498FC; }

 p { color: rgb(132,152,252); }

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

<style>
 a { background-color: #8498FC; }

 a { background-color: rgb(132,152,252); }

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

<style>
 span { border-color: #8498FC; }

 span { border-color: rgb(132,152,252); }

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