#9898EB

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

Shades of Portage #9898EB

Tints of Portage #9898EB

Color information

#9898EB (or 0x9898EB) is unknown color: approx Portage. HEX triplet: 98, 98 and EB. RGB value is (152,152,235). Sum of RGB (Red+Green+Blue) = 152+152+235=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #9898EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9898EB is #676714. Grayscale: #A1A1A1. Windows color (decimal): -6776597 or 15440024. OLE color: 15440024.

HSL color Cylindrical-coordinate representation of color #9898EB: hue angle of 240º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9898EB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152152235-
CMYK0.350.3500.08
HSL240º67.48%75.88%-
HSV(B)240º35.32%92.16%-
XYZ39.1735.1383.31-
YUV161.46169.5121.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=28.20%
G=28.20%
B=43.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521522350.350.3500.0824067.4875.88
Hex9898EB232308f0434c
Octal2302303534343010360103114
Binary100110001001100011101011100011100011010001111000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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