Shades of Portage #929CE8
Tints of Portage #929CE8
RGB
CMYK
RGB Variations
Color information
#929CE8 (or 0x929CE8) is known color: Portage. HEX triplet: 92, 9C and E8. RGB value is (146,156,232). Sum of RGB (Red+Green+Blue) = 146+156+232=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #929CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929CE8 is #6D6317. Grayscale: #A1A1A1. Windows color (decimal): -7168792 or 15244434. OLE color: 15244434.
HSL color Cylindrical-coordinate representation of color #929CE8: hue angle of 233.02º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #929CE8 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 156 | 232 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.09 |
| HSL | 233.02º | 0.65% | 0.74% | - |
| HSV(B) | 233.02º | 0.37% | 0.91% | - |
| XYZ | 38.31 | 35.71 | 81.22 | - |
| YUV | 161.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 232 | 0.37 | 0.33 | 0 | 0.09 | 233.02 | 0.65 | 0.74 |
| Hex | 92 | 9C | E8 | 25 | 21 | 0 | 9 | E9 | 41 | 4A |
| Octal | 222 | 234 | 350 | 45 | 41 | 0 | 11 | 351 | 101 | 112 |
| Binary | 10010010 | 10011100 | 11101000 | 100101 | 100001 | 0 | 1001 | 11101001 | 1000001 | 1001010 |
Color Harmonies of #929CE8
Complementary color
Monochromatic Colors of #929CE8
Black with #929CE8
Text Example
Text Example
White with #929CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CE8; }
p { color: rgb(146,156,232); }
H1.HeaderClassName
{
color: #929CE8;
}
.AnyTagClassName
{
color: #929CE8;
}
</style>
background-color css
<style>
a { background-color: #929CE8; }
a { background-color: rgb(146,156,232); }
div.DivClassName
{
background-color: #929CE8;
}
.BgClassName
{
background-color: #929CE8;
}
</style>
border-color css
<style>
span { border-color: #929CE8; }
span { border-color: rgb(146,156,232); }
td.TdClassName
{
border-color: #929CE8;
}
.TagClassName
{
border-color: #929CE8;
}
</style>