#9998EB

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

Shades of Portage #9998EB

Tints of Portage #9998EB

Color information

#9998EB (or 0x9998EB) is unknown color: approx Portage. HEX triplet: 99, 98 and EB. RGB value is (153,152,235). Sum of RGB (Red+Green+Blue) = 153+152+235=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 152 (59.77% from 255 or 28.15% 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 #9998EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998EB is #666714. Grayscale: #A1A1A1. Windows color (decimal): -6711061 or 15440025. OLE color: 15440025.

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

Color convert

RGB153152235-
CMYK0.350.3500.08
HSL240.72º67.48%75.88%-
HSV(B)240.72º35.32%92.16%-
XYZ39.3635.2383.32-
YUV161.76169.33121.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=28.33%
G=28.15%
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
Decimal1531522350.350.3500.08240.7267.4875.88
Hex9998EB232308f1434c
Octal2312303534343010361103114
Binary100110011001100011101011100011100011010001111000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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