#9999EB

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

Shades of Portage #9999EB

Tints of Portage #9999EB

Color information

#9999EB (or 0x9999EB) is unknown color: approx Portage. HEX triplet: 99, 99 and EB. RGB value is (153,153,235). Sum of RGB (Red+Green+Blue) = 153+153+235=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #9999EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999EB is #666614. Grayscale: #A2A2A2. Windows color (decimal): -6710805 or 15440281. OLE color: 15440281.

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

Color convert

RGB153153235-
CMYK0.350.3500.08
HSL240º67.21%76.08%-
HSV(B)240º34.89%92.16%-
XYZ39.5235.5583.38-
YUV162.35169121.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.28%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=28.28%
G=28.28%
B=43.44%

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
Decimal1531532350.350.3500.0824067.2176.08
Hex9999EB232308f0434c
Octal2312313534343010360103114
Binary100110011001100111101011100011100011010001111000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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