Shades of Portage #929DF8
Tints of Portage #929DF8
RGB
CMYK
RGB Variations
Color information
#929DF8 (or 0x929DF8) is known color: Portage. HEX triplet: 92, 9D and F8. RGB value is (146,157,248). Sum of RGB (Red+Green+Blue) = 146+157+248=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #929DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929DF8 is #6D6207. Grayscale: #A3A3A3. Windows color (decimal): -7168520 or 16293266. OLE color: 16293266.
HSL color Cylindrical-coordinate representation of color #929DF8: hue angle of 233.53º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929DF8 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 157 | 248 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.03 |
| HSL | 233.53º | 0.88% | 0.77% | - |
| HSV(B) | 233.53º | 0.41% | 0.97% | - |
| XYZ | 40.85 | 37 | 93.8 | - |
| YUV | 164.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 248 | 0.41 | 0.37 | 0 | 0.03 | 233.53 | 0.88 | 0.77 |
| Hex | 92 | 9D | F8 | 29 | 25 | 0 | 3 | EA | 58 | 4D |
| Octal | 222 | 235 | 370 | 51 | 45 | 0 | 3 | 352 | 130 | 115 |
| Binary | 10010010 | 10011101 | 11111000 | 101001 | 100101 | 0 | 11 | 11101010 | 1011000 | 1001101 |
Color Harmonies of #929DF8
Complementary color
Monochromatic Colors of #929DF8
Black with #929DF8
Text Example
Text Example
White with #929DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DF8; }
p { color: rgb(146,157,248); }
H1.HeaderClassName
{
color: #929DF8;
}
.AnyTagClassName
{
color: #929DF8;
}
</style>
background-color css
<style>
a { background-color: #929DF8; }
a { background-color: rgb(146,157,248); }
div.DivClassName
{
background-color: #929DF8;
}
.BgClassName
{
background-color: #929DF8;
}
</style>
border-color css
<style>
span { border-color: #929DF8; }
span { border-color: rgb(146,157,248); }
td.TdClassName
{
border-color: #929DF8;
}
.TagClassName
{
border-color: #929DF8;
}
</style>