Shades of Portage #928FE8
Tints of Portage #928FE8
RGB
CMYK
RGB Variations
Color information
#928FE8 (or 0x928FE8) is known color: Portage. HEX triplet: 92, 8F and E8. RGB value is (146,143,232). Sum of RGB (Red+Green+Blue) = 146+143+232=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #928FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FE8 is #6D7017. Grayscale: #999999. Windows color (decimal): -7172120 or 15241106. OLE color: 15241106.
HSL color Cylindrical-coordinate representation of color #928FE8: hue angle of 242.02º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928FE8 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 143 | 232 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.09 |
| HSL | 242.02º | 0.66% | 0.74% | - |
| HSV(B) | 242.02º | 0.38% | 0.91% | - |
| XYZ | 36.24 | 31.58 | 80.53 | - |
| YUV | 154.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 232 | 0.37 | 0.38 | 0 | 0.09 | 242.02 | 0.66 | 0.74 |
| Hex | 92 | 8F | E8 | 25 | 26 | 0 | 9 | F2 | 42 | 4A |
| Octal | 222 | 217 | 350 | 45 | 46 | 0 | 11 | 362 | 102 | 112 |
| Binary | 10010010 | 10001111 | 11101000 | 100101 | 100110 | 0 | 1001 | 11110010 | 1000010 | 1001010 |
Color Harmonies of #928FE8
Complementary color
Monochromatic Colors of #928FE8
Black with #928FE8
Text Example
Text Example
White with #928FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FE8; }
p { color: rgb(146,143,232); }
H1.HeaderClassName
{
color: #928FE8;
}
.AnyTagClassName
{
color: #928FE8;
}
</style>
background-color css
<style>
a { background-color: #928FE8; }
a { background-color: rgb(146,143,232); }
div.DivClassName
{
background-color: #928FE8;
}
.BgClassName
{
background-color: #928FE8;
}
</style>
border-color css
<style>
span { border-color: #928FE8; }
span { border-color: rgb(146,143,232); }
td.TdClassName
{
border-color: #928FE8;
}
.TagClassName
{
border-color: #928FE8;
}
</style>