Shades of Portage #908ADF
Tints of Portage #908ADF
RGB
CMYK
RGB Variations
Color information
#908ADF (or 0x908ADF) is known color: Portage. HEX triplet: 90, 8A and DF. RGB value is (144,138,223). Sum of RGB (Red+Green+Blue) = 144+138+223=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #908ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ADF is #6F7520. Grayscale: #959595. Windows color (decimal): -7304481 or 14650000. OLE color: 14650000.
HSL color Cylindrical-coordinate representation of color #908ADF: hue angle of 244.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #908ADF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 138 | 223 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.13 |
| HSL | 244.24º | 0.57% | 0.71% | - |
| HSV(B) | 244.24º | 0.38% | 0.87% | - |
| XYZ | 33.91 | 29.43 | 73.71 | - |
| YUV | 149.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 223 | 0.35 | 0.38 | 0 | 0.13 | 244.24 | 0.57 | 0.71 |
| Hex | 90 | 8A | DF | 23 | 26 | 0 | D | F4 | 39 | 47 |
| Octal | 220 | 212 | 337 | 43 | 46 | 0 | 15 | 364 | 71 | 107 |
| Binary | 10010000 | 10001010 | 11011111 | 100011 | 100110 | 0 | 1101 | 11110100 | 111001 | 1000111 |
Color Harmonies of #908ADF
Complementary color
Monochromatic Colors of #908ADF
Black with #908ADF
Text Example
Text Example
White with #908ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ADF; }
p { color: rgb(144,138,223); }
H1.HeaderClassName
{
color: #908ADF;
}
.AnyTagClassName
{
color: #908ADF;
}
</style>
background-color css
<style>
a { background-color: #908ADF; }
a { background-color: rgb(144,138,223); }
div.DivClassName
{
background-color: #908ADF;
}
.BgClassName
{
background-color: #908ADF;
}
</style>
border-color css
<style>
span { border-color: #908ADF; }
span { border-color: rgb(144,138,223); }
td.TdClassName
{
border-color: #908ADF;
}
.TagClassName
{
border-color: #908ADF;
}
</style>