Shades of Portage #908AE5
Tints of Portage #908AE5
RGB
CMYK
RGB Variations
Color information
#908AE5 (or 0x908AE5) is known color: Portage. HEX triplet: 90, 8A and E5. RGB value is (144,138,229). Sum of RGB (Red+Green+Blue) = 144+138+229=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #908AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AE5 is #6F751A. Grayscale: #959595. Windows color (decimal): -7304475 or 15043216. OLE color: 15043216.
HSL color Cylindrical-coordinate representation of color #908AE5: hue angle of 243.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908AE5 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 138 | 229 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.10 |
| HSL | 243.96º | 0.64% | 0.72% | - |
| HSV(B) | 243.96º | 0.4% | 0.9% | - |
| XYZ | 34.73 | 29.76 | 78.04 | - |
| YUV | 150.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 229 | 0.37 | 0.40 | 0 | 0.10 | 243.96 | 0.64 | 0.72 |
| Hex | 90 | 8A | E5 | 25 | 28 | 0 | A | F4 | 40 | 48 |
| Octal | 220 | 212 | 345 | 45 | 50 | 0 | 12 | 364 | 100 | 110 |
| Binary | 10010000 | 10001010 | 11100101 | 100101 | 101000 | 0 | 1010 | 11110100 | 1000000 | 1001000 |
Color Harmonies of #908AE5
Complementary color
Monochromatic Colors of #908AE5
Black with #908AE5
Text Example
Text Example
White with #908AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908AE5; }
p { color: rgb(144,138,229); }
H1.HeaderClassName
{
color: #908AE5;
}
.AnyTagClassName
{
color: #908AE5;
}
</style>
background-color css
<style>
a { background-color: #908AE5; }
a { background-color: rgb(144,138,229); }
div.DivClassName
{
background-color: #908AE5;
}
.BgClassName
{
background-color: #908AE5;
}
</style>
border-color css
<style>
span { border-color: #908AE5; }
span { border-color: rgb(144,138,229); }
td.TdClassName
{
border-color: #908AE5;
}
.TagClassName
{
border-color: #908AE5;
}
</style>