#8998FF

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

Shades of Portage #8998FF

Tints of Portage #8998FF

Color information

#8998FF (or 0x8998FF) is unknown color: approx Portage. HEX triplet: 89, 98 and FF. RGB value is (137,152,255). Sum of RGB (Red+Green+Blue) = 137+152+255=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #8998FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998FF is #766700. Grayscale: #9E9E9E. Windows color (decimal): -7759617 or 16750729. OLE color: 16750729.

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

Color convert

RGB137152255-
CMYK0.460.4000
HSL232.37º100%76.86%-
HSV(B)232.37º46.27%100%-
XYZ39.5934.9999.28-
YUV159.26182.03112.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.18%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 255 (100% from 255) = 46.88%
R=25.18%
G=27.94%
B=46.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371522550.460.4000232.3710076.86
Hex8998FF2E2800e8644d
Octal211230377565000350144115
Binary100010011001100011111111101110101000001110100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8998FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8998FF; }

 p { color: rgb(137,152,255); }

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

<style>
 a { background-color: #8998FF; }

 a { background-color: rgb(137,152,255); }

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

<style>
 span { border-color: #8998FF; }

 span { border-color: rgb(137,152,255); }

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