Shades of Portage #929BCF
Tints of Portage #929BCF
RGB
CMYK
RGB Variations
Color information
#929BCF (or 0x929BCF) is known color: Portage. HEX triplet: 92, 9B and CF. RGB value is (146,155,207). Sum of RGB (Red+Green+Blue) = 146+155+207=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #929BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCF is #6D6430. Grayscale: #9E9E9E. Windows color (decimal): -7169073 or 13605778. OLE color: 13605778.
HSL color Cylindrical-coordinate representation of color #929BCF: hue angle of 231.15º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #929BCF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 155 | 207 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.19 |
| HSL | 231.15º | 0.39% | 0.69% | - |
| HSV(B) | 231.15º | 0.29% | 0.81% | - |
| XYZ | 34.84 | 34.06 | 63.77 | - |
| YUV | 158.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 207 | 0.29 | 0.25 | 0 | 0.19 | 231.15 | 0.39 | 0.69 |
| Hex | 92 | 9B | CF | 1D | 19 | 0 | 13 | E7 | 27 | 45 |
| Octal | 222 | 233 | 317 | 35 | 31 | 0 | 23 | 347 | 47 | 105 |
| Binary | 10010010 | 10011011 | 11001111 | 11101 | 11001 | 0 | 10011 | 11100111 | 100111 | 1000101 |
Color Harmonies of #929BCF
Complementary color
Monochromatic Colors of #929BCF
Black with #929BCF
Text Example
Text Example
White with #929BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BCF; }
p { color: rgb(146,155,207); }
H1.HeaderClassName
{
color: #929BCF;
}
.AnyTagClassName
{
color: #929BCF;
}
</style>
background-color css
<style>
a { background-color: #929BCF; }
a { background-color: rgb(146,155,207); }
div.DivClassName
{
background-color: #929BCF;
}
.BgClassName
{
background-color: #929BCF;
}
</style>
border-color css
<style>
span { border-color: #929BCF; }
span { border-color: rgb(146,155,207); }
td.TdClassName
{
border-color: #929BCF;
}
.TagClassName
{
border-color: #929BCF;
}
</style>