Shades of Portage #93A7DA
Tints of Portage #93A7DA
RGB
CMYK
RGB Variations
Color information
#93A7DA (or 0x93A7DA) is known color: Portage. HEX triplet: 93, A7 and DA. RGB value is (147,167,218). Sum of RGB (Red+Green+Blue) = 147+167+218=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #93A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7DA is #6C5825. Grayscale: #A6A6A6. Windows color (decimal): -7100454 or 14329747. OLE color: 14329747.
HSL color Cylindrical-coordinate representation of color #93A7DA: hue angle of 223.1º 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 #93A7DA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 167 | 218 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.15 |
| HSL | 223.1º | 0.49% | 0.72% | - |
| HSV(B) | 223.1º | 0.33% | 0.85% | - |
| XYZ | 38.51 | 38.9 | 71.81 | - |
| YUV | 166.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 218 | 0.33 | 0.23 | 0 | 0.15 | 223.1 | 0.49 | 0.72 |
| Hex | 93 | A7 | DA | 21 | 17 | 0 | F | DF | 31 | 48 |
| Octal | 223 | 247 | 332 | 41 | 27 | 0 | 17 | 337 | 61 | 110 |
| Binary | 10010011 | 10100111 | 11011010 | 100001 | 10111 | 0 | 1111 | 11011111 | 110001 | 1001000 |
Color Harmonies of #93A7DA
Complementary color
Monochromatic Colors of #93A7DA
Black with #93A7DA
Text Example
Text Example
White with #93A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7DA; }
p { color: rgb(147,167,218); }
H1.HeaderClassName
{
color: #93A7DA;
}
.AnyTagClassName
{
color: #93A7DA;
}
</style>
background-color css
<style>
a { background-color: #93A7DA; }
a { background-color: rgb(147,167,218); }
div.DivClassName
{
background-color: #93A7DA;
}
.BgClassName
{
background-color: #93A7DA;
}
</style>
border-color css
<style>
span { border-color: #93A7DA; }
span { border-color: rgb(147,167,218); }
td.TdClassName
{
border-color: #93A7DA;
}
.TagClassName
{
border-color: #93A7DA;
}
</style>