#9899EB

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

Shades of Portage #9899EB

Tints of Portage #9899EB

Color information

#9899EB (or 0x9899EB) is unknown color: approx Portage. HEX triplet: 98, 99 and EB. RGB value is (152,153,235). Sum of RGB (Red+Green+Blue) = 152+153+235=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #9899EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899EB is #676614. Grayscale: #A1A1A1. Windows color (decimal): -6776341 or 15440280. OLE color: 15440280.

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

Color convert

RGB152153235-
CMYK0.350.3500.08
HSL239.28º67.48%75.88%-
HSV(B)239.28º35.32%92.16%-
XYZ39.3435.4683.37-
YUV162.05169.17120.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.15%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=28.15%
G=28.33%
B=43.52%

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
Decimal1521532350.350.3500.08239.2867.4875.88
Hex9899EB232308ef434c
Octal2302313534343010357103114
Binary100110001001100111101011100011100011010001110111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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