Shades of Portage #918FF2
Tints of Portage #918FF2
RGB
CMYK
RGB Variations
Color information
#918FF2 (or 0x918FF2) is known color: Portage. HEX triplet: 91, 8F and F2. RGB value is (145,143,242). Sum of RGB (Red+Green+Blue) = 145+143+242=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #918FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FF2 is #6E700D. Grayscale: #9A9A9A. Windows color (decimal): -7237646 or 15896465. OLE color: 15896465.
HSL color Cylindrical-coordinate representation of color #918FF2: hue angle of 241.21º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918FF2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 143 | 242 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.05 |
| HSL | 241.21º | 0.79% | 0.75% | - |
| HSV(B) | 241.21º | 0.41% | 0.95% | - |
| XYZ | 37.53 | 32.08 | 88.22 | - |
| YUV | 154.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 242 | 0.40 | 0.41 | 0 | 0.05 | 241.21 | 0.79 | 0.75 |
| Hex | 91 | 8F | F2 | 28 | 29 | 0 | 5 | F1 | 4F | 4B |
| Octal | 221 | 217 | 362 | 50 | 51 | 0 | 5 | 361 | 117 | 113 |
| Binary | 10010001 | 10001111 | 11110010 | 101000 | 101001 | 0 | 101 | 11110001 | 1001111 | 1001011 |
Color Harmonies of #918FF2
Complementary color
Monochromatic Colors of #918FF2
Black with #918FF2
Text Example
Text Example
White with #918FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918FF2; }
p { color: rgb(145,143,242); }
H1.HeaderClassName
{
color: #918FF2;
}
.AnyTagClassName
{
color: #918FF2;
}
</style>
background-color css
<style>
a { background-color: #918FF2; }
a { background-color: rgb(145,143,242); }
div.DivClassName
{
background-color: #918FF2;
}
.BgClassName
{
background-color: #918FF2;
}
</style>
border-color css
<style>
span { border-color: #918FF2; }
span { border-color: rgb(145,143,242); }
td.TdClassName
{
border-color: #918FF2;
}
.TagClassName
{
border-color: #918FF2;
}
</style>