Shades of Portage #94A5EF
Tints of Portage #94A5EF
RGB
CMYK
RGB Variations
Color information
#94A5EF (or 0x94A5EF) is known color: Portage. HEX triplet: 94, A5 and EF. RGB value is (148,165,239). Sum of RGB (Red+Green+Blue) = 148+165+239=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #94A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A5EF is #6B5A10. Grayscale: #A8A8A8. Windows color (decimal): -7035409 or 15705492. OLE color: 15705492.
HSL color Cylindrical-coordinate representation of color #94A5EF: hue angle of 228.79º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A5EF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 165 | 239 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.06 |
| HSL | 228.79º | 0.74% | 0.76% | - |
| HSV(B) | 228.79º | 0.38% | 0.94% | - |
| XYZ | 41.25 | 39.44 | 87.1 | - |
| YUV | 168.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 239 | 0.38 | 0.31 | 0 | 0.06 | 228.79 | 0.74 | 0.76 |
| Hex | 94 | A5 | EF | 26 | 1F | 0 | 6 | E5 | 4A | 4C |
| Octal | 224 | 245 | 357 | 46 | 37 | 0 | 6 | 345 | 112 | 114 |
| Binary | 10010100 | 10100101 | 11101111 | 100110 | 11111 | 0 | 110 | 11100101 | 1001010 | 1001100 |
Color Harmonies of #94A5EF
Complementary color
Monochromatic Colors of #94A5EF
Black with #94A5EF
Text Example
Text Example
White with #94A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5EF; }
p { color: rgb(148,165,239); }
H1.HeaderClassName
{
color: #94A5EF;
}
.AnyTagClassName
{
color: #94A5EF;
}
</style>
background-color css
<style>
a { background-color: #94A5EF; }
a { background-color: rgb(148,165,239); }
div.DivClassName
{
background-color: #94A5EF;
}
.BgClassName
{
background-color: #94A5EF;
}
</style>
border-color css
<style>
span { border-color: #94A5EF; }
span { border-color: rgb(148,165,239); }
td.TdClassName
{
border-color: #94A5EF;
}
.TagClassName
{
border-color: #94A5EF;
}
</style>