#8999FE

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

Shades of Portage #8999FE

Tints of Portage #8999FE

Color information

#8999FE (or 0x8999FE) is unknown color: approx Portage. HEX triplet: 89, 99 and FE. RGB value is (137,153,254). Sum of RGB (Red+Green+Blue) = 137+153+254=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #8999FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8999FE is #766601. Grayscale: #9F9F9F. Windows color (decimal): -7759362 or 16685449. OLE color: 16685449.

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

Color convert

RGB137153254-
CMYK0.460.4000.00
HSL231.79º98.32%76.67%-
HSV(B)231.79º46.06%99.61%-
XYZ39.635.2698.48-
YUV159.73181.2111.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=25.18%
G=28.12%
B=46.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371532540.460.4000.00231.7998.3276.67
Hex8999FE2E2800e8624d
Octal211231376565000350142115
Binary100010011001100111111110101110101000001110100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,153,254); }

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

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

 a { background-color: rgb(137,153,254); }

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

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

 span { border-color: rgb(137,153,254); }

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