Shades of Portage #939BDA
Tints of Portage #939BDA
RGB
CMYK
RGB Variations
Color information
#939BDA (or 0x939BDA) is known color: Portage. HEX triplet: 93, 9B and DA. RGB value is (147,155,218). Sum of RGB (Red+Green+Blue) = 147+155+218=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 155 (60.94% from 255 or 29.81% 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 #939BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BDA is #6C6425. Grayscale: #9F9F9F. Windows color (decimal): -7103526 or 14326675. OLE color: 14326675.
HSL color Cylindrical-coordinate representation of color #939BDA: hue angle of 233.24º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939BDA is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 155 | 218 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.15 |
| HSL | 233.24º | 0.49% | 0.72% | - |
| HSV(B) | 233.24º | 0.33% | 0.85% | - |
| XYZ | 36.41 | 34.71 | 71.11 | - |
| YUV | 159.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 218 | 0.33 | 0.29 | 0 | 0.15 | 233.24 | 0.49 | 0.72 |
| Hex | 93 | 9B | DA | 21 | 1D | 0 | F | E9 | 31 | 48 |
| Octal | 223 | 233 | 332 | 41 | 35 | 0 | 17 | 351 | 61 | 110 |
| Binary | 10010011 | 10011011 | 11011010 | 100001 | 11101 | 0 | 1111 | 11101001 | 110001 | 1001000 |
Color Harmonies of #939BDA
Complementary color
Monochromatic Colors of #939BDA
Black with #939BDA
Text Example
Text Example
White with #939BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BDA; }
p { color: rgb(147,155,218); }
H1.HeaderClassName
{
color: #939BDA;
}
.AnyTagClassName
{
color: #939BDA;
}
</style>
background-color css
<style>
a { background-color: #939BDA; }
a { background-color: rgb(147,155,218); }
div.DivClassName
{
background-color: #939BDA;
}
.BgClassName
{
background-color: #939BDA;
}
</style>
border-color css
<style>
span { border-color: #939BDA; }
span { border-color: rgb(147,155,218); }
td.TdClassName
{
border-color: #939BDA;
}
.TagClassName
{
border-color: #939BDA;
}
</style>