#8498EF

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

Shades of Portage #8498EF

Tints of Portage #8498EF

Color information

#8498EF (or 0x8498EF) is unknown color: approx Portage. HEX triplet: 84, 98 and EF. RGB value is (132,152,239). Sum of RGB (Red+Green+Blue) = 132+152+239=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #8498EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8498EF is #7B6710. Grayscale: #9B9B9B. Windows color (decimal): -8087313 or 15702148. OLE color: 15702148.

HSL color Cylindrical-coordinate representation of color #8498EF: hue angle of 228.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8498EF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132152239-
CMYK0.450.3600.06
HSL228.79º76.98%72.75%-
HSV(B)228.79º44.77%93.73%-
XYZ36.3233.5986.23-
YUV155.94174.87110.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=25.24%
G=29.06%
B=45.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321522390.450.3600.06228.7976.9872.75
Hex8498EF2D2406e54d49
Octal204230357554406345115111
Binary10000100100110001110111110110110010001101110010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8498EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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