#9898FB

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

Shades of Portage #9898FB

Tints of Portage #9898FB

Color information

#9898FB (or 0x9898FB) is unknown color: approx Portage. HEX triplet: 98, 98 and FB. RGB value is (152,152,251). Sum of RGB (Red+Green+Blue) = 152+152+251=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #9898FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898FB is #676704. Grayscale: #A2A2A2. Windows color (decimal): -6776581 or 16488600. OLE color: 16488600.

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

Color convert

RGB152152251-
CMYK0.390.3900.02
HSL240º92.52%79.02%-
HSV(B)240º39.44%98.43%-
XYZ41.5936.196.04-
YUV163.29177.5119.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.39%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=27.39%
G=27.39%
B=45.23%

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
Decimal1521522510.390.3900.0224092.5279.02
Hex9898FB272702f05d4f
Octal230230373474702360135117
Binary1001100010011000111110111001111001110101111000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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