#9899FB

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

Shades of Portage #9899FB

Tints of Portage #9899FB

Color information

#9899FB (or 0x9899FB) is unknown color: approx Portage. HEX triplet: 98, 99 and FB. RGB value is (152,153,251). Sum of RGB (Red+Green+Blue) = 152+153+251=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 153 (60.16% from 255 or 27.52% 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 #9899FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899FB is #676604. Grayscale: #A3A3A3. Windows color (decimal): -6776325 or 16488856. OLE color: 16488856.

HSL color Cylindrical-coordinate representation of color #9899FB: hue angle of 239.39º 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 #9899FB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152153251-
CMYK0.390.3900.02
HSL239.39º92.52%79.02%-
HSV(B)239.39º39.44%98.43%-
XYZ41.7536.4296.1-
YUV163.87177.17119.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.34%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=27.34%
G=27.52%
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
Decimal1521532510.390.3900.02239.3992.5279.02
Hex9899FB272702ef5d4f
Octal230231373474702357135117
Binary1001100010011001111110111001111001110101110111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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