#9998FB

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

Shades of Portage #9998FB

Tints of Portage #9998FB

Color information

#9998FB (or 0x9998FB) is unknown color: approx Portage. HEX triplet: 99, 98 and FB. RGB value is (153,152,251). Sum of RGB (Red+Green+Blue) = 153+152+251=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #9998FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998FB is #666704. Grayscale: #A3A3A3. Windows color (decimal): -6711045 or 16488601. OLE color: 16488601.

HSL color Cylindrical-coordinate representation of color #9998FB: hue angle of 240.61º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9998FB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153152251-
CMYK0.390.3900.02
HSL240.61º92.52%79.02%-
HSV(B)240.61º39.44%98.43%-
XYZ41.7836.1996.05-
YUV163.58177.33120.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.52%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=27.52%
G=27.34%
B=45.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531522510.390.3900.02240.6192.5279.02
Hex9998FB272702f15d4f
Octal231230373474702361135117
Binary1001100110011000111110111001111001110101111000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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