Shades of Portage #999CE3
Tints of Portage #999CE3
RGB
CMYK
RGB Variations
Color information
#999CE3 (or 0x999CE3) is known color: Portage. HEX triplet: 99, 9C and E3. RGB value is (153,156,227). Sum of RGB (Red+Green+Blue) = 153+156+227=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #999CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CE3 is #66631C. Grayscale: #A2A2A2. Windows color (decimal): -6710045 or 14916761. OLE color: 14916761.
HSL color Cylindrical-coordinate representation of color #999CE3: hue angle of 237.57º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999CE3 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 156 | 227 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.11 |
| HSL | 237.57º | 0.57% | 0.75% | - |
| HSV(B) | 237.57º | 0.33% | 0.89% | - |
| XYZ | 38.89 | 36.1 | 77.59 | - |
| YUV | 163.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 227 | 0.33 | 0.31 | 0 | 0.11 | 237.57 | 0.57 | 0.75 |
| Hex | 99 | 9C | E3 | 21 | 1F | 0 | B | EE | 39 | 4B |
| Octal | 231 | 234 | 343 | 41 | 37 | 0 | 13 | 356 | 71 | 113 |
| Binary | 10011001 | 10011100 | 11100011 | 100001 | 11111 | 0 | 1011 | 11101110 | 111001 | 1001011 |
Color Harmonies of #999CE3
Complementary color
Monochromatic Colors of #999CE3
Black with #999CE3
Text Example
Text Example
White with #999CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CE3; }
p { color: rgb(153,156,227); }
H1.HeaderClassName
{
color: #999CE3;
}
.AnyTagClassName
{
color: #999CE3;
}
</style>
background-color css
<style>
a { background-color: #999CE3; }
a { background-color: rgb(153,156,227); }
div.DivClassName
{
background-color: #999CE3;
}
.BgClassName
{
background-color: #999CE3;
}
</style>
border-color css
<style>
span { border-color: #999CE3; }
span { border-color: rgb(153,156,227); }
td.TdClassName
{
border-color: #999CE3;
}
.TagClassName
{
border-color: #999CE3;
}
</style>