#9998FE

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

Shades of Portage #9998FE

Tints of Portage #9998FE

Color information

#9998FE (or 0x9998FE) is unknown color: approx Portage. HEX triplet: 99, 98 and FE. RGB value is (153,152,254). Sum of RGB (Red+Green+Blue) = 153+152+254=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9998FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998FE is #666701. Grayscale: #A3A3A3. Windows color (decimal): -6711042 or 16685209. OLE color: 16685209.

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

Color convert

RGB153152254-
CMYK0.400.4000.00
HSL240.59º98.08%79.61%-
HSV(B)240.59º40.16%99.61%-
XYZ42.2536.3898.56-
YUV163.93178.83120.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=27.37%
G=27.19%
B=45.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531522540.400.4000.00240.5998.0879.61
Hex9998FE282800f16250
Octal231230376505000361142120
Binary100110011001100011111110101000101000001111000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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