Shades of Portage #999CEB
Tints of Portage #999CEB
RGB
CMYK
RGB Variations
Color information
#999CEB (or 0x999CEB) is known color: Portage. HEX triplet: 99, 9C and EB. RGB value is (153,156,235). Sum of RGB (Red+Green+Blue) = 153+156+235=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #999CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CEB is #666314. Grayscale: #A3A3A3. Windows color (decimal): -6710037 or 15441049. OLE color: 15441049.
HSL color Cylindrical-coordinate representation of color #999CEB: hue angle of 237.8º 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 #999CEB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 156 | 235 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.08 |
| HSL | 237.8º | 0.67% | 0.76% | - |
| HSV(B) | 237.8º | 0.35% | 0.92% | - |
| XYZ | 40.02 | 36.55 | 83.54 | - |
| YUV | 164.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 235 | 0.35 | 0.34 | 0 | 0.08 | 237.8 | 0.67 | 0.76 |
| Hex | 99 | 9C | EB | 23 | 22 | 0 | 8 | EE | 43 | 4C |
| Octal | 231 | 234 | 353 | 43 | 42 | 0 | 10 | 356 | 103 | 114 |
| Binary | 10011001 | 10011100 | 11101011 | 100011 | 100010 | 0 | 1000 | 11101110 | 1000011 | 1001100 |
Color Harmonies of #999CEB
Complementary color
Monochromatic Colors of #999CEB
Black with #999CEB
Text Example
Text Example
White with #999CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CEB; }
p { color: rgb(153,156,235); }
H1.HeaderClassName
{
color: #999CEB;
}
.AnyTagClassName
{
color: #999CEB;
}
</style>
background-color css
<style>
a { background-color: #999CEB; }
a { background-color: rgb(153,156,235); }
div.DivClassName
{
background-color: #999CEB;
}
.BgClassName
{
background-color: #999CEB;
}
</style>
border-color css
<style>
span { border-color: #999CEB; }
span { border-color: rgb(153,156,235); }
td.TdClassName
{
border-color: #999CEB;
}
.TagClassName
{
border-color: #999CEB;
}
</style>