Shades of Portage #918FDF
Tints of Portage #918FDF
RGB
CMYK
RGB Variations
Color information
#918FDF (or 0x918FDF) is known color: Portage. HEX triplet: 91, 8F and DF. RGB value is (145,143,223). Sum of RGB (Red+Green+Blue) = 145+143+223=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #918FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDF is #6E7020. Grayscale: #989898. Windows color (decimal): -7237665 or 14651281. OLE color: 14651281.
HSL color Cylindrical-coordinate representation of color #918FDF: hue angle of 241.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918FDF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 143 | 223 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.13 |
| HSL | 241.5º | 0.56% | 0.72% | - |
| HSV(B) | 241.5º | 0.36% | 0.87% | - |
| XYZ | 34.82 | 30.99 | 73.96 | - |
| YUV | 152.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 223 | 0.35 | 0.36 | 0 | 0.13 | 241.5 | 0.56 | 0.72 |
| Hex | 91 | 8F | DF | 23 | 24 | 0 | D | F2 | 38 | 48 |
| Octal | 221 | 217 | 337 | 43 | 44 | 0 | 15 | 362 | 70 | 110 |
| Binary | 10010001 | 10001111 | 11011111 | 100011 | 100100 | 0 | 1101 | 11110010 | 111000 | 1001000 |
Color Harmonies of #918FDF
Complementary color
Monochromatic Colors of #918FDF
Black with #918FDF
Text Example
Text Example
White with #918FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FDF; }
p { color: rgb(145,143,223); }
H1.HeaderClassName
{
color: #918FDF;
}
.AnyTagClassName
{
color: #918FDF;
}
</style>
background-color css
<style>
a { background-color: #918FDF; }
a { background-color: rgb(145,143,223); }
div.DivClassName
{
background-color: #918FDF;
}
.BgClassName
{
background-color: #918FDF;
}
</style>
border-color css
<style>
span { border-color: #918FDF; }
span { border-color: rgb(145,143,223); }
td.TdClassName
{
border-color: #918FDF;
}
.TagClassName
{
border-color: #918FDF;
}
</style>