Shades of Portage #93A6EA
Tints of Portage #93A6EA
RGB
CMYK
RGB Variations
Color information
#93A6EA (or 0x93A6EA) is known color: Portage. HEX triplet: 93, A6 and EA. RGB value is (147,166,234). Sum of RGB (Red+Green+Blue) = 147+166+234=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #93A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A6EA is #6C5915. Grayscale: #A7A7A7. Windows color (decimal): -7100694 or 15378067. OLE color: 15378067.
HSL color Cylindrical-coordinate representation of color #93A6EA: hue angle of 226.9º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A6EA is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 166 | 234 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.08 |
| HSL | 226.9º | 0.67% | 0.75% | - |
| HSV(B) | 226.9º | 0.37% | 0.92% | - |
| XYZ | 40.52 | 39.42 | 83.31 | - |
| YUV | 168.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 234 | 0.37 | 0.29 | 0 | 0.08 | 226.9 | 0.67 | 0.75 |
| Hex | 93 | A6 | EA | 25 | 1D | 0 | 8 | E3 | 43 | 4B |
| Octal | 223 | 246 | 352 | 45 | 35 | 0 | 10 | 343 | 103 | 113 |
| Binary | 10010011 | 10100110 | 11101010 | 100101 | 11101 | 0 | 1000 | 11100011 | 1000011 | 1001011 |
Color Harmonies of #93A6EA
Complementary color
Monochromatic Colors of #93A6EA
Black with #93A6EA
Text Example
Text Example
White with #93A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6EA; }
p { color: rgb(147,166,234); }
H1.HeaderClassName
{
color: #93A6EA;
}
.AnyTagClassName
{
color: #93A6EA;
}
</style>
background-color css
<style>
a { background-color: #93A6EA; }
a { background-color: rgb(147,166,234); }
div.DivClassName
{
background-color: #93A6EA;
}
.BgClassName
{
background-color: #93A6EA;
}
</style>
border-color css
<style>
span { border-color: #93A6EA; }
span { border-color: rgb(147,166,234); }
td.TdClassName
{
border-color: #93A6EA;
}
.TagClassName
{
border-color: #93A6EA;
}
</style>