Shades of Portage #929FED
Tints of Portage #929FED
RGB
CMYK
RGB Variations
Color information
#929FED (or 0x929FED) is known color: Portage. HEX triplet: 92, 9F and ED. RGB value is (146,159,237). Sum of RGB (Red+Green+Blue) = 146+159+237=542 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.94% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #929FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929FED is #6D6012. Grayscale: #A3A3A3. Windows color (decimal): -7168019 or 15572882. OLE color: 15572882.
HSL color Cylindrical-coordinate representation of color #929FED: hue angle of 231.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #929FED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 159 | 237 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.07 |
| HSL | 231.43º | 0.72% | 0.75% | - |
| HSV(B) | 231.43º | 0.38% | 0.93% | - |
| XYZ | 39.54 | 37.02 | 85.18 | - |
| YUV | 164.01 | 169.19 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 237 | 0.38 | 0.33 | 0 | 0.07 | 231.43 | 0.72 | 0.75 |
| Hex | 92 | 9F | ED | 26 | 21 | 0 | 7 | E7 | 48 | 4B |
| Octal | 222 | 237 | 355 | 46 | 41 | 0 | 7 | 347 | 110 | 113 |
| Binary | 10010010 | 10011111 | 11101101 | 100110 | 100001 | 0 | 111 | 11100111 | 1001000 | 1001011 |
Color Harmonies of #929FED
Complementary color
Monochromatic Colors of #929FED
Black with #929FED
Text Example
Text Example
White with #929FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FED; }
p { color: rgb(146,159,237); }
H1.HeaderClassName
{
color: #929FED;
}
.AnyTagClassName
{
color: #929FED;
}
</style>
background-color css
<style>
a { background-color: #929FED; }
a { background-color: rgb(146,159,237); }
div.DivClassName
{
background-color: #929FED;
}
.BgClassName
{
background-color: #929FED;
}
</style>
border-color css
<style>
span { border-color: #929FED; }
span { border-color: rgb(146,159,237); }
td.TdClassName
{
border-color: #929FED;
}
.TagClassName
{
border-color: #929FED;
}
</style>