Shades of Portage #928CF1
Tints of Portage #928CF1
RGB
CMYK
RGB Variations
Color information
#928CF1 (or 0x928CF1) is known color: Portage. HEX triplet: 92, 8C and F1. RGB value is (146,140,241). Sum of RGB (Red+Green+Blue) = 146+140+241=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #928CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928CF1 is #6D730E. Grayscale: #989898. Windows color (decimal): -7172879 or 15830162. OLE color: 15830162.
HSL color Cylindrical-coordinate representation of color #928CF1: hue angle of 243.56º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928CF1 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 140 | 241 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.05 |
| HSL | 243.56º | 0.78% | 0.75% | - |
| HSV(B) | 243.56º | 0.42% | 0.95% | - |
| XYZ | 37.11 | 31.22 | 87.29 | - |
| YUV | 153.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 241 | 0.39 | 0.42 | 0 | 0.05 | 243.56 | 0.78 | 0.75 |
| Hex | 92 | 8C | F1 | 27 | 2A | 0 | 5 | F4 | 4E | 4B |
| Octal | 222 | 214 | 361 | 47 | 52 | 0 | 5 | 364 | 116 | 113 |
| Binary | 10010010 | 10001100 | 11110001 | 100111 | 101010 | 0 | 101 | 11110100 | 1001110 | 1001011 |
Color Harmonies of #928CF1
Complementary color
Monochromatic Colors of #928CF1
Black with #928CF1
Text Example
Text Example
White with #928CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CF1; }
p { color: rgb(146,140,241); }
H1.HeaderClassName
{
color: #928CF1;
}
.AnyTagClassName
{
color: #928CF1;
}
</style>
background-color css
<style>
a { background-color: #928CF1; }
a { background-color: rgb(146,140,241); }
div.DivClassName
{
background-color: #928CF1;
}
.BgClassName
{
background-color: #928CF1;
}
</style>
border-color css
<style>
span { border-color: #928CF1; }
span { border-color: rgb(146,140,241); }
td.TdClassName
{
border-color: #928CF1;
}
.TagClassName
{
border-color: #928CF1;
}
</style>