Shades of Portage #918CDF
Tints of Portage #918CDF
RGB
CMYK
RGB Variations
Color information
#918CDF (or 0x918CDF) is known color: Portage. HEX triplet: 91, 8C and DF. RGB value is (145,140,223). Sum of RGB (Red+Green+Blue) = 145+140+223=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #918CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDF is #6E7320. Grayscale: #969696. Windows color (decimal): -7238433 or 14650513. OLE color: 14650513.
HSL color Cylindrical-coordinate representation of color #918CDF: hue angle of 243.61º 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 #918CDF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 140 | 223 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.13 |
| HSL | 243.61º | 0.56% | 0.71% | - |
| HSV(B) | 243.61º | 0.37% | 0.87% | - |
| XYZ | 34.37 | 30.1 | 73.81 | - |
| YUV | 150.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 223 | 0.35 | 0.37 | 0 | 0.13 | 243.61 | 0.56 | 0.71 |
| Hex | 91 | 8C | DF | 23 | 25 | 0 | D | F4 | 38 | 47 |
| Octal | 221 | 214 | 337 | 43 | 45 | 0 | 15 | 364 | 70 | 107 |
| Binary | 10010001 | 10001100 | 11011111 | 100011 | 100101 | 0 | 1101 | 11110100 | 111000 | 1000111 |
Color Harmonies of #918CDF
Complementary color
Monochromatic Colors of #918CDF
Black with #918CDF
Text Example
Text Example
White with #918CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CDF; }
p { color: rgb(145,140,223); }
H1.HeaderClassName
{
color: #918CDF;
}
.AnyTagClassName
{
color: #918CDF;
}
</style>
background-color css
<style>
a { background-color: #918CDF; }
a { background-color: rgb(145,140,223); }
div.DivClassName
{
background-color: #918CDF;
}
.BgClassName
{
background-color: #918CDF;
}
</style>
border-color css
<style>
span { border-color: #918CDF; }
span { border-color: rgb(145,140,223); }
td.TdClassName
{
border-color: #918CDF;
}
.TagClassName
{
border-color: #918CDF;
}
</style>