Shades of Portage #929CEF
Tints of Portage #929CEF
RGB
CMYK
RGB Variations
Color information
#929CEF (or 0x929CEF) is known color: Portage. HEX triplet: 92, 9C and EF. RGB value is (146,156,239). Sum of RGB (Red+Green+Blue) = 146+156+239=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #929CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929CEF is #6D6310. Grayscale: #A2A2A2. Windows color (decimal): -7168785 or 15703186. OLE color: 15703186.
HSL color Cylindrical-coordinate representation of color #929CEF: hue angle of 233.55º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #929CEF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 156 | 239 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.06 |
| HSL | 233.55º | 0.74% | 0.75% | - |
| HSV(B) | 233.55º | 0.39% | 0.94% | - |
| XYZ | 39.32 | 36.12 | 86.56 | - |
| YUV | 162.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 239 | 0.39 | 0.35 | 0 | 0.06 | 233.55 | 0.74 | 0.75 |
| Hex | 92 | 9C | EF | 27 | 23 | 0 | 6 | EA | 4A | 4B |
| Octal | 222 | 234 | 357 | 47 | 43 | 0 | 6 | 352 | 112 | 113 |
| Binary | 10010010 | 10011100 | 11101111 | 100111 | 100011 | 0 | 110 | 11101010 | 1001010 | 1001011 |
Color Harmonies of #929CEF
Complementary color
Monochromatic Colors of #929CEF
Black with #929CEF
Text Example
Text Example
White with #929CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CEF; }
p { color: rgb(146,156,239); }
H1.HeaderClassName
{
color: #929CEF;
}
.AnyTagClassName
{
color: #929CEF;
}
</style>
background-color css
<style>
a { background-color: #929CEF; }
a { background-color: rgb(146,156,239); }
div.DivClassName
{
background-color: #929CEF;
}
.BgClassName
{
background-color: #929CEF;
}
</style>
border-color css
<style>
span { border-color: #929CEF; }
span { border-color: rgb(146,156,239); }
td.TdClassName
{
border-color: #929CEF;
}
.TagClassName
{
border-color: #929CEF;
}
</style>