#9898FF

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

Shades of Portage #9898FF

Tints of Portage #9898FF

Color information

#9898FF (or 0x9898FF) is unknown color: approx Portage. HEX triplet: 98, 98 and FF. RGB value is (152,152,255). Sum of RGB (Red+Green+Blue) = 152+152+255=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #9898FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898FF is #676700. Grayscale: #A3A3A3. Windows color (decimal): -6776577 or 16750744. OLE color: 16750744.

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

Color convert

RGB152152255-
CMYK0.400.4000
HSL240º100%79.8%-
HSV(B)240º40.39%100%-
XYZ42.2336.3599.4-
YUV163.74179.5119.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.19%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 255 (100% from 255) = 45.62%
R=27.19%
G=27.19%
B=45.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521522550.400.400024010079.8
Hex9898FF282800f06450
Octal230230377505000360144120
Binary100110001001100011111111101000101000001111000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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