Shades of Portage #939BD5
Tints of Portage #939BD5
RGB
CMYK
RGB Variations
Color information
#939BD5 (or 0x939BD5) is known color: Portage. HEX triplet: 93, 9B and D5. RGB value is (147,155,213). Sum of RGB (Red+Green+Blue) = 147+155+213=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #939BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BD5 is #6C642A. Grayscale: #9E9E9E. Windows color (decimal): -7103531 or 13998995. OLE color: 13998995.
HSL color Cylindrical-coordinate representation of color #939BD5: hue angle of 232.73º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939BD5 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 155 | 213 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.16 |
| HSL | 232.73º | 0.44% | 0.71% | - |
| HSV(B) | 232.73º | 0.31% | 0.84% | - |
| XYZ | 35.76 | 34.45 | 67.72 | - |
| YUV | 159.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 213 | 0.31 | 0.27 | 0 | 0.16 | 232.73 | 0.44 | 0.71 |
| Hex | 93 | 9B | D5 | 1F | 1B | 0 | 10 | E9 | 2C | 47 |
| Octal | 223 | 233 | 325 | 37 | 33 | 0 | 20 | 351 | 54 | 107 |
| Binary | 10010011 | 10011011 | 11010101 | 11111 | 11011 | 0 | 10000 | 11101001 | 101100 | 1000111 |
Color Harmonies of #939BD5
Complementary color
Monochromatic Colors of #939BD5
Black with #939BD5
Text Example
Text Example
White with #939BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BD5; }
p { color: rgb(147,155,213); }
H1.HeaderClassName
{
color: #939BD5;
}
.AnyTagClassName
{
color: #939BD5;
}
</style>
background-color css
<style>
a { background-color: #939BD5; }
a { background-color: rgb(147,155,213); }
div.DivClassName
{
background-color: #939BD5;
}
.BgClassName
{
background-color: #939BD5;
}
</style>
border-color css
<style>
span { border-color: #939BD5; }
span { border-color: rgb(147,155,213); }
td.TdClassName
{
border-color: #939BD5;
}
.TagClassName
{
border-color: #939BD5;
}
</style>