#8598FE

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

Shades of Portage #8598FE

Tints of Portage #8598FE

Color information

#8598FE (or 0x8598FE) is unknown color: approx Portage. HEX triplet: 85, 98 and FE. RGB value is (133,152,254). Sum of RGB (Red+Green+Blue) = 133+152+254=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #8598FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598FE is #7A6701. Grayscale: #9D9D9D. Windows color (decimal): -8021762 or 16685189. OLE color: 16685189.

HSL color Cylindrical-coordinate representation of color #8598FE: hue angle of 230.58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8598FE is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133152254-
CMYK0.480.4000.00
HSL230.58º98.37%75.88%-
HSV(B)230.58º47.64%99.61%-
XYZ38.7934.698.4-
YUV157.95182.21110.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=24.68%
G=28.20%
B=47.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331522540.480.4000.00230.5898.3775.88
Hex8598FE302800e7624c
Octal205230376605000347142114
Binary100001011001100011111110110000101000001110011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8598FE; }

 p { color: rgb(133,152,254); }

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

<style>
 a { background-color: #8598FE; }

 a { background-color: rgb(133,152,254); }

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

<style>
 span { border-color: #8598FE; }

 span { border-color: rgb(133,152,254); }

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