Shades of Portage #939ADE
Tints of Portage #939ADE
RGB
CMYK
RGB Variations
Color information
#939ADE (or 0x939ADE) is known color: Portage. HEX triplet: 93, 9A and DE. RGB value is (147,154,222). Sum of RGB (Red+Green+Blue) = 147+154+222=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #939ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ADE is #6C6521. Grayscale: #9F9F9F. Windows color (decimal): -7103778 or 14588563. OLE color: 14588563.
HSL color Cylindrical-coordinate representation of color #939ADE: hue angle of 234.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939ADE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 154 | 222 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.13 |
| HSL | 234.4º | 0.53% | 0.72% | - |
| HSV(B) | 234.4º | 0.34% | 0.87% | - |
| XYZ | 36.77 | 34.59 | 73.85 | - |
| YUV | 159.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 222 | 0.34 | 0.31 | 0 | 0.13 | 234.4 | 0.53 | 0.72 |
| Hex | 93 | 9A | DE | 22 | 1F | 0 | D | EA | 35 | 48 |
| Octal | 223 | 232 | 336 | 42 | 37 | 0 | 15 | 352 | 65 | 110 |
| Binary | 10010011 | 10011010 | 11011110 | 100010 | 11111 | 0 | 1101 | 11101010 | 110101 | 1001000 |
Color Harmonies of #939ADE
Complementary color
Monochromatic Colors of #939ADE
Black with #939ADE
Text Example
Text Example
White with #939ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ADE; }
p { color: rgb(147,154,222); }
H1.HeaderClassName
{
color: #939ADE;
}
.AnyTagClassName
{
color: #939ADE;
}
</style>
background-color css
<style>
a { background-color: #939ADE; }
a { background-color: rgb(147,154,222); }
div.DivClassName
{
background-color: #939ADE;
}
.BgClassName
{
background-color: #939ADE;
}
</style>
border-color css
<style>
span { border-color: #939ADE; }
span { border-color: rgb(147,154,222); }
td.TdClassName
{
border-color: #939ADE;
}
.TagClassName
{
border-color: #939ADE;
}
</style>