Shades of Portage #909CEB
Tints of Portage #909CEB
RGB
CMYK
RGB Variations
Color information
#909CEB (or 0x909CEB) is known color: Portage. HEX triplet: 90, 9C and EB. RGB value is (144,156,235). Sum of RGB (Red+Green+Blue) = 144+156+235=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #909CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CEB is #6F6314. Grayscale: #A1A1A1. Windows color (decimal): -7299861 or 15441040. OLE color: 15441040.
HSL color Cylindrical-coordinate representation of color #909CEB: hue angle of 232.09º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909CEB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 156 | 235 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.08 |
| HSL | 232.09º | 0.69% | 0.74% | - |
| HSV(B) | 232.09º | 0.39% | 0.92% | - |
| XYZ | 38.39 | 35.7 | 83.47 | - |
| YUV | 161.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 235 | 0.39 | 0.34 | 0 | 0.08 | 232.09 | 0.69 | 0.74 |
| Hex | 90 | 9C | EB | 27 | 22 | 0 | 8 | E8 | 45 | 4A |
| Octal | 220 | 234 | 353 | 47 | 42 | 0 | 10 | 350 | 105 | 112 |
| Binary | 10010000 | 10011100 | 11101011 | 100111 | 100010 | 0 | 1000 | 11101000 | 1000101 | 1001010 |
Color Harmonies of #909CEB
Complementary color
Monochromatic Colors of #909CEB
Black with #909CEB
Text Example
Text Example
White with #909CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CEB; }
p { color: rgb(144,156,235); }
H1.HeaderClassName
{
color: #909CEB;
}
.AnyTagClassName
{
color: #909CEB;
}
</style>
background-color css
<style>
a { background-color: #909CEB; }
a { background-color: rgb(144,156,235); }
div.DivClassName
{
background-color: #909CEB;
}
.BgClassName
{
background-color: #909CEB;
}
</style>
border-color css
<style>
span { border-color: #909CEB; }
span { border-color: rgb(144,156,235); }
td.TdClassName
{
border-color: #909CEB;
}
.TagClassName
{
border-color: #909CEB;
}
</style>