Shades of Portage #918DDF
Tints of Portage #918DDF
RGB
CMYK
RGB Variations
Color information
#918DDF (or 0x918DDF) is known color: Portage. HEX triplet: 91, 8D and DF. RGB value is (145,141,223). Sum of RGB (Red+Green+Blue) = 145+141+223=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #918DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDF is #6E7220. Grayscale: #979797. Windows color (decimal): -7238177 or 14650769. OLE color: 14650769.
HSL color Cylindrical-coordinate representation of color #918DDF: hue angle of 242.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918DDF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 141 | 223 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.13 |
| HSL | 242.93º | 0.56% | 0.71% | - |
| HSV(B) | 242.93º | 0.37% | 0.87% | - |
| XYZ | 34.52 | 30.4 | 73.86 | - |
| YUV | 151.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 223 | 0.35 | 0.37 | 0 | 0.13 | 242.93 | 0.56 | 0.71 |
| Hex | 91 | 8D | DF | 23 | 25 | 0 | D | F3 | 38 | 47 |
| Octal | 221 | 215 | 337 | 43 | 45 | 0 | 15 | 363 | 70 | 107 |
| Binary | 10010001 | 10001101 | 11011111 | 100011 | 100101 | 0 | 1101 | 11110011 | 111000 | 1000111 |
Color Harmonies of #918DDF
Complementary color
Monochromatic Colors of #918DDF
Black with #918DDF
Text Example
Text Example
White with #918DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DDF; }
p { color: rgb(145,141,223); }
H1.HeaderClassName
{
color: #918DDF;
}
.AnyTagClassName
{
color: #918DDF;
}
</style>
background-color css
<style>
a { background-color: #918DDF; }
a { background-color: rgb(145,141,223); }
div.DivClassName
{
background-color: #918DDF;
}
.BgClassName
{
background-color: #918DDF;
}
</style>
border-color css
<style>
span { border-color: #918DDF; }
span { border-color: rgb(145,141,223); }
td.TdClassName
{
border-color: #918DDF;
}
.TagClassName
{
border-color: #918DDF;
}
</style>