Shades of Portage #929CDA
Tints of Portage #929CDA
RGB
CMYK
RGB Variations
Color information
#929CDA (or 0x929CDA) is known color: Portage. HEX triplet: 92, 9C and DA. RGB value is (146,156,218). Sum of RGB (Red+Green+Blue) = 146+156+218=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #929CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CDA is #6D6325. Grayscale: #9F9F9F. Windows color (decimal): -7168806 or 14326930. OLE color: 14326930.
HSL color Cylindrical-coordinate representation of color #929CDA: hue angle of 231.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929CDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 156 | 218 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.15 |
| HSL | 231.67º | 0.49% | 0.71% | - |
| HSV(B) | 231.67º | 0.33% | 0.85% | - |
| XYZ | 36.4 | 34.95 | 71.16 | - |
| YUV | 160.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 218 | 0.33 | 0.28 | 0 | 0.15 | 231.67 | 0.49 | 0.71 |
| Hex | 92 | 9C | DA | 21 | 1C | 0 | F | E8 | 31 | 47 |
| Octal | 222 | 234 | 332 | 41 | 34 | 0 | 17 | 350 | 61 | 107 |
| Binary | 10010010 | 10011100 | 11011010 | 100001 | 11100 | 0 | 1111 | 11101000 | 110001 | 1000111 |
Color Harmonies of #929CDA
Complementary color
Monochromatic Colors of #929CDA
Black with #929CDA
Text Example
Text Example
White with #929CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CDA; }
p { color: rgb(146,156,218); }
H1.HeaderClassName
{
color: #929CDA;
}
.AnyTagClassName
{
color: #929CDA;
}
</style>
background-color css
<style>
a { background-color: #929CDA; }
a { background-color: rgb(146,156,218); }
div.DivClassName
{
background-color: #929CDA;
}
.BgClassName
{
background-color: #929CDA;
}
</style>
border-color css
<style>
span { border-color: #929CDA; }
span { border-color: rgb(146,156,218); }
td.TdClassName
{
border-color: #929CDA;
}
.TagClassName
{
border-color: #929CDA;
}
</style>