Shades of Portage #939AD4
Tints of Portage #939AD4
RGB
CMYK
RGB Variations
Color information
#939AD4 (or 0x939AD4) is known color: Portage. HEX triplet: 93, 9A and D4. RGB value is (147,154,212). Sum of RGB (Red+Green+Blue) = 147+154+212=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #939AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AD4 is #6C652B. Grayscale: #9E9E9E. Windows color (decimal): -7103788 or 13933203. OLE color: 13933203.
HSL color Cylindrical-coordinate representation of color #939AD4: hue angle of 233.54º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #939AD4 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 154 | 212 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.17 |
| HSL | 233.54º | 0.43% | 0.7% | - |
| HSV(B) | 233.54º | 0.31% | 0.83% | - |
| XYZ | 35.47 | 34.07 | 66.99 | - |
| YUV | 158.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 212 | 0.31 | 0.27 | 0 | 0.17 | 233.54 | 0.43 | 0.7 |
| Hex | 93 | 9A | D4 | 1F | 1B | 0 | 11 | EA | 2B | 46 |
| Octal | 223 | 232 | 324 | 37 | 33 | 0 | 21 | 352 | 53 | 106 |
| Binary | 10010011 | 10011010 | 11010100 | 11111 | 11011 | 0 | 10001 | 11101010 | 101011 | 1000110 |
Color Harmonies of #939AD4
Complementary color
Monochromatic Colors of #939AD4
Black with #939AD4
Text Example
Text Example
White with #939AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AD4; }
p { color: rgb(147,154,212); }
H1.HeaderClassName
{
color: #939AD4;
}
.AnyTagClassName
{
color: #939AD4;
}
</style>
background-color css
<style>
a { background-color: #939AD4; }
a { background-color: rgb(147,154,212); }
div.DivClassName
{
background-color: #939AD4;
}
.BgClassName
{
background-color: #939AD4;
}
</style>
border-color css
<style>
span { border-color: #939AD4; }
span { border-color: rgb(147,154,212); }
td.TdClassName
{
border-color: #939AD4;
}
.TagClassName
{
border-color: #939AD4;
}
</style>