Shades of Portage #939BD8
Tints of Portage #939BD8
RGB
CMYK
RGB Variations
Color information
#939BD8 (or 0x939BD8) is known color: Portage. HEX triplet: 93, 9B and D8. RGB value is (147,155,216). Sum of RGB (Red+Green+Blue) = 147+155+216=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #939BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BD8 is #6C6427. Grayscale: #9F9F9F. Windows color (decimal): -7103528 or 14195603. OLE color: 14195603.
HSL color Cylindrical-coordinate representation of color #939BD8: hue angle of 233.04º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939BD8 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 155 | 216 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.15 |
| HSL | 233.04º | 0.47% | 0.71% | - |
| HSV(B) | 233.04º | 0.32% | 0.85% | - |
| XYZ | 36.15 | 34.6 | 69.74 | - |
| YUV | 159.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 216 | 0.32 | 0.28 | 0 | 0.15 | 233.04 | 0.47 | 0.71 |
| Hex | 93 | 9B | D8 | 20 | 1C | 0 | F | E9 | 2F | 47 |
| Octal | 223 | 233 | 330 | 40 | 34 | 0 | 17 | 351 | 57 | 107 |
| Binary | 10010011 | 10011011 | 11011000 | 100000 | 11100 | 0 | 1111 | 11101001 | 101111 | 1000111 |
Color Harmonies of #939BD8
Complementary color
Monochromatic Colors of #939BD8
Black with #939BD8
Text Example
Text Example
White with #939BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BD8; }
p { color: rgb(147,155,216); }
H1.HeaderClassName
{
color: #939BD8;
}
.AnyTagClassName
{
color: #939BD8;
}
</style>
background-color css
<style>
a { background-color: #939BD8; }
a { background-color: rgb(147,155,216); }
div.DivClassName
{
background-color: #939BD8;
}
.BgClassName
{
background-color: #939BD8;
}
</style>
border-color css
<style>
span { border-color: #939BD8; }
span { border-color: rgb(147,155,216); }
td.TdClassName
{
border-color: #939BD8;
}
.TagClassName
{
border-color: #939BD8;
}
</style>