Shades of Portage #999CE4
Tints of Portage #999CE4
RGB
CMYK
RGB Variations
Color information
#999CE4 (or 0x999CE4) is known color: Portage. HEX triplet: 99, 9C and E4. RGB value is (153,156,228). Sum of RGB (Red+Green+Blue) = 153+156+228=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #999CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CE4 is #66631B. Grayscale: #A3A3A3. Windows color (decimal): -6710044 or 14982297. OLE color: 14982297.
HSL color Cylindrical-coordinate representation of color #999CE4: hue angle of 237.6º degrees, saturation: 0.58, 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 #999CE4 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 156 | 228 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.11 |
| HSL | 237.6º | 0.58% | 0.75% | - |
| HSV(B) | 237.6º | 0.33% | 0.89% | - |
| XYZ | 39.03 | 36.15 | 78.32 | - |
| YUV | 163.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 228 | 0.33 | 0.32 | 0 | 0.11 | 237.6 | 0.58 | 0.75 |
| Hex | 99 | 9C | E4 | 21 | 20 | 0 | B | EE | 3A | 4B |
| Octal | 231 | 234 | 344 | 41 | 40 | 0 | 13 | 356 | 72 | 113 |
| Binary | 10011001 | 10011100 | 11100100 | 100001 | 100000 | 0 | 1011 | 11101110 | 111010 | 1001011 |
Color Harmonies of #999CE4
Complementary color
Monochromatic Colors of #999CE4
Black with #999CE4
Text Example
Text Example
White with #999CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CE4; }
p { color: rgb(153,156,228); }
H1.HeaderClassName
{
color: #999CE4;
}
.AnyTagClassName
{
color: #999CE4;
}
</style>
background-color css
<style>
a { background-color: #999CE4; }
a { background-color: rgb(153,156,228); }
div.DivClassName
{
background-color: #999CE4;
}
.BgClassName
{
background-color: #999CE4;
}
</style>
border-color css
<style>
span { border-color: #999CE4; }
span { border-color: rgb(153,156,228); }
td.TdClassName
{
border-color: #999CE4;
}
.TagClassName
{
border-color: #999CE4;
}
</style>