Shades of Portage #929DF4
Tints of Portage #929DF4
RGB
CMYK
RGB Variations
Color information
#929DF4 (or 0x929DF4) is known color: Portage. HEX triplet: 92, 9D and F4. RGB value is (146,157,244). Sum of RGB (Red+Green+Blue) = 146+157+244=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #929DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929DF4 is #6D620B. Grayscale: #A3A3A3. Windows color (decimal): -7168524 or 16031122. OLE color: 16031122.
HSL color Cylindrical-coordinate representation of color #929DF4: hue angle of 233.27º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929DF4 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 157 | 244 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.04 |
| HSL | 233.27º | 0.82% | 0.76% | - |
| HSV(B) | 233.27º | 0.4% | 0.96% | - |
| XYZ | 40.24 | 36.76 | 90.56 | - |
| YUV | 163.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 244 | 0.40 | 0.36 | 0 | 0.04 | 233.27 | 0.82 | 0.76 |
| Hex | 92 | 9D | F4 | 28 | 24 | 0 | 4 | E9 | 52 | 4C |
| Octal | 222 | 235 | 364 | 50 | 44 | 0 | 4 | 351 | 122 | 114 |
| Binary | 10010010 | 10011101 | 11110100 | 101000 | 100100 | 0 | 100 | 11101001 | 1010010 | 1001100 |
Color Harmonies of #929DF4
Complementary color
Monochromatic Colors of #929DF4
Black with #929DF4
Text Example
Text Example
White with #929DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DF4; }
p { color: rgb(146,157,244); }
H1.HeaderClassName
{
color: #929DF4;
}
.AnyTagClassName
{
color: #929DF4;
}
</style>
background-color css
<style>
a { background-color: #929DF4; }
a { background-color: rgb(146,157,244); }
div.DivClassName
{
background-color: #929DF4;
}
.BgClassName
{
background-color: #929DF4;
}
</style>
border-color css
<style>
span { border-color: #929DF4; }
span { border-color: rgb(146,157,244); }
td.TdClassName
{
border-color: #929DF4;
}
.TagClassName
{
border-color: #929DF4;
}
</style>