#999AEB

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

Shades of Portage #999AEB

Tints of Portage #999AEB

Color information

#999AEB (or 0x999AEB) is unknown color: approx Portage. HEX triplet: 99, 9A and EB. RGB value is (153,154,235). Sum of RGB (Red+Green+Blue) = 153+154+235=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #999AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AEB is #666514. Grayscale: #A2A2A2. Windows color (decimal): -6710549 or 15440537. OLE color: 15440537.

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

Color convert

RGB153154235-
CMYK0.350.3400.08
HSL239.27º67.21%76.08%-
HSV(B)239.27º34.89%92.16%-
XYZ39.6935.8883.43-
YUV162.93168.67120.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=28.23%
G=28.41%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531542350.350.3400.08239.2767.2176.08
Hex999AEB232208ef434c
Octal2312323534342010357103114
Binary100110011001101011101011100011100010010001110111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AEB; }

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

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

<style>
 a { background-color: #999AEB; }

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

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

<style>
 span { border-color: #999AEB; }

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

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