Shades of Portage #929CE5
Tints of Portage #929CE5
RGB
CMYK
RGB Variations
Color information
#929CE5 (or 0x929CE5) is known color: Portage. HEX triplet: 92, 9C and E5. RGB value is (146,156,229). Sum of RGB (Red+Green+Blue) = 146+156+229=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #929CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CE5 is #6D631A. Grayscale: #A1A1A1. Windows color (decimal): -7168795 or 15047826. OLE color: 15047826.
HSL color Cylindrical-coordinate representation of color #929CE5: hue angle of 232.77º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #929CE5 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 156 | 229 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.10 |
| HSL | 232.77º | 0.61% | 0.74% | - |
| HSV(B) | 232.77º | 0.36% | 0.9% | - |
| XYZ | 37.89 | 35.55 | 78.99 | - |
| YUV | 161.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 229 | 0.36 | 0.32 | 0 | 0.10 | 232.77 | 0.61 | 0.74 |
| Hex | 92 | 9C | E5 | 24 | 20 | 0 | A | E9 | 3D | 4A |
| Octal | 222 | 234 | 345 | 44 | 40 | 0 | 12 | 351 | 75 | 112 |
| Binary | 10010010 | 10011100 | 11100101 | 100100 | 100000 | 0 | 1010 | 11101001 | 111101 | 1001010 |
Color Harmonies of #929CE5
Complementary color
Monochromatic Colors of #929CE5
Black with #929CE5
Text Example
Text Example
White with #929CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CE5; }
p { color: rgb(146,156,229); }
H1.HeaderClassName
{
color: #929CE5;
}
.AnyTagClassName
{
color: #929CE5;
}
</style>
background-color css
<style>
a { background-color: #929CE5; }
a { background-color: rgb(146,156,229); }
div.DivClassName
{
background-color: #929CE5;
}
.BgClassName
{
background-color: #929CE5;
}
</style>
border-color css
<style>
span { border-color: #929CE5; }
span { border-color: rgb(146,156,229); }
td.TdClassName
{
border-color: #929CE5;
}
.TagClassName
{
border-color: #929CE5;
}
</style>