Shades of Portage #928FDF
Tints of Portage #928FDF
RGB
CMYK
RGB Variations
Color information
#928FDF (or 0x928FDF) is known color: Portage. HEX triplet: 92, 8F and DF. RGB value is (146,143,223). Sum of RGB (Red+Green+Blue) = 146+143+223=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #928FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FDF is #6D7020. Grayscale: #989898. Windows color (decimal): -7172129 or 14651282. OLE color: 14651282.
HSL color Cylindrical-coordinate representation of color #928FDF: hue angle of 242.25º 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 #928FDF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 143 | 223 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.13 |
| HSL | 242.25º | 0.56% | 0.72% | - |
| HSV(B) | 242.25º | 0.36% | 0.87% | - |
| XYZ | 35 | 31.08 | 73.97 | - |
| YUV | 153.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 223 | 0.35 | 0.36 | 0 | 0.13 | 242.25 | 0.56 | 0.72 |
| Hex | 92 | 8F | DF | 23 | 24 | 0 | D | F2 | 38 | 48 |
| Octal | 222 | 217 | 337 | 43 | 44 | 0 | 15 | 362 | 70 | 110 |
| Binary | 10010010 | 10001111 | 11011111 | 100011 | 100100 | 0 | 1101 | 11110010 | 111000 | 1001000 |
Color Harmonies of #928FDF
Complementary color
Monochromatic Colors of #928FDF
Black with #928FDF
Text Example
Text Example
White with #928FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FDF; }
p { color: rgb(146,143,223); }
H1.HeaderClassName
{
color: #928FDF;
}
.AnyTagClassName
{
color: #928FDF;
}
</style>
background-color css
<style>
a { background-color: #928FDF; }
a { background-color: rgb(146,143,223); }
div.DivClassName
{
background-color: #928FDF;
}
.BgClassName
{
background-color: #928FDF;
}
</style>
border-color css
<style>
span { border-color: #928FDF; }
span { border-color: rgb(146,143,223); }
td.TdClassName
{
border-color: #928FDF;
}
.TagClassName
{
border-color: #928FDF;
}
</style>