Shades of Portage #929DF2
Tints of Portage #929DF2
RGB
CMYK
RGB Variations
Color information
#929DF2 (or 0x929DF2) is known color: Portage. HEX triplet: 92, 9D and F2. RGB value is (146,157,242). Sum of RGB (Red+Green+Blue) = 146+157+242=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #929DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929DF2 is #6D620D. Grayscale: #A3A3A3. Windows color (decimal): -7168526 or 15900050. OLE color: 15900050.
HSL color Cylindrical-coordinate representation of color #929DF2: hue angle of 233.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929DF2 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 157 | 242 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.05 |
| HSL | 233.13º | 0.79% | 0.76% | - |
| HSV(B) | 233.13º | 0.4% | 0.95% | - |
| XYZ | 39.94 | 36.64 | 88.97 | - |
| YUV | 163.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 242 | 0.40 | 0.35 | 0 | 0.05 | 233.13 | 0.79 | 0.76 |
| Hex | 92 | 9D | F2 | 28 | 23 | 0 | 5 | E9 | 4F | 4C |
| Octal | 222 | 235 | 362 | 50 | 43 | 0 | 5 | 351 | 117 | 114 |
| Binary | 10010010 | 10011101 | 11110010 | 101000 | 100011 | 0 | 101 | 11101001 | 1001111 | 1001100 |
Color Harmonies of #929DF2
Complementary color
Monochromatic Colors of #929DF2
Black with #929DF2
Text Example
Text Example
White with #929DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DF2; }
p { color: rgb(146,157,242); }
H1.HeaderClassName
{
color: #929DF2;
}
.AnyTagClassName
{
color: #929DF2;
}
</style>
background-color css
<style>
a { background-color: #929DF2; }
a { background-color: rgb(146,157,242); }
div.DivClassName
{
background-color: #929DF2;
}
.BgClassName
{
background-color: #929DF2;
}
</style>
border-color css
<style>
span { border-color: #929DF2; }
span { border-color: rgb(146,157,242); }
td.TdClassName
{
border-color: #929DF2;
}
.TagClassName
{
border-color: #929DF2;
}
</style>