Shades of Portage #93A2CF
Tints of Portage #93A2CF
RGB
CMYK
RGB Variations
Color information
#93A2CF (or 0x93A2CF) is known color: Portage. HEX triplet: 93, A2 and CF. RGB value is (147,162,207). Sum of RGB (Red+Green+Blue) = 147+162+207=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #93A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2CF is #6C5D30. Grayscale: #A2A2A2. Windows color (decimal): -7101745 or 13607571. OLE color: 13607571.
HSL color Cylindrical-coordinate representation of color #93A2CF: hue angle of 225º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A2CF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 162 | 207 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.19 |
| HSL | 225º | 0.38% | 0.69% | - |
| HSV(B) | 225º | 0.29% | 0.81% | - |
| XYZ | 36.22 | 36.55 | 64.18 | - |
| YUV | 162.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 207 | 0.29 | 0.22 | 0 | 0.19 | 225 | 0.38 | 0.69 |
| Hex | 93 | A2 | CF | 1D | 16 | 0 | 13 | E1 | 26 | 45 |
| Octal | 223 | 242 | 317 | 35 | 26 | 0 | 23 | 341 | 46 | 105 |
| Binary | 10010011 | 10100010 | 11001111 | 11101 | 10110 | 0 | 10011 | 11100001 | 100110 | 1000101 |
Color Harmonies of #93A2CF
Complementary color
Monochromatic Colors of #93A2CF
Black with #93A2CF
Text Example
Text Example
White with #93A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2CF; }
p { color: rgb(147,162,207); }
H1.HeaderClassName
{
color: #93A2CF;
}
.AnyTagClassName
{
color: #93A2CF;
}
</style>
background-color css
<style>
a { background-color: #93A2CF; }
a { background-color: rgb(147,162,207); }
div.DivClassName
{
background-color: #93A2CF;
}
.BgClassName
{
background-color: #93A2CF;
}
</style>
border-color css
<style>
span { border-color: #93A2CF; }
span { border-color: rgb(147,162,207); }
td.TdClassName
{
border-color: #93A2CF;
}
.TagClassName
{
border-color: #93A2CF;
}
</style>