Shades of Portage #999AED
Tints of Portage #999AED
RGB
CMYK
RGB Variations
Color information
#999AED (or 0x999AED) is known color: Portage. HEX triplet: 99, 9A and ED. RGB value is (153,154,237). Sum of RGB (Red+Green+Blue) = 153+154+237=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #999AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AED is #666512. Grayscale: #A2A2A2. Windows color (decimal): -6710547 or 15571609. OLE color: 15571609.
HSL color Cylindrical-coordinate representation of color #999AED: hue angle of 239.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999AED is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 154 | 237 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.07 |
| HSL | 239.29º | 0.7% | 0.76% | - |
| HSV(B) | 239.29º | 0.35% | 0.93% | - |
| XYZ | 39.98 | 36 | 84.96 | - |
| YUV | 163.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 237 | 0.35 | 0.35 | 0 | 0.07 | 239.29 | 0.7 | 0.76 |
| Hex | 99 | 9A | ED | 23 | 23 | 0 | 7 | EF | 46 | 4C |
| Octal | 231 | 232 | 355 | 43 | 43 | 0 | 7 | 357 | 106 | 114 |
| Binary | 10011001 | 10011010 | 11101101 | 100011 | 100011 | 0 | 111 | 11101111 | 1000110 | 1001100 |
Color Harmonies of #999AED
Complementary color
Monochromatic Colors of #999AED
Black with #999AED
Text Example
Text Example
White with #999AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AED; }
p { color: rgb(153,154,237); }
H1.HeaderClassName
{
color: #999AED;
}
.AnyTagClassName
{
color: #999AED;
}
</style>
background-color css
<style>
a { background-color: #999AED; }
a { background-color: rgb(153,154,237); }
div.DivClassName
{
background-color: #999AED;
}
.BgClassName
{
background-color: #999AED;
}
</style>
border-color css
<style>
span { border-color: #999AED; }
span { border-color: rgb(153,154,237); }
td.TdClassName
{
border-color: #999AED;
}
.TagClassName
{
border-color: #999AED;
}
</style>