Shades of Portage #94A8DE
Tints of Portage #94A8DE
RGB
CMYK
RGB Variations
Color information
#94A8DE (or 0x94A8DE) is known color: Portage. HEX triplet: 94, A8 and DE. RGB value is (148,168,222). Sum of RGB (Red+Green+Blue) = 148+168+222=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #94A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8DE is #6B5721. Grayscale: #A7A7A7. Windows color (decimal): -7034658 or 14592148. OLE color: 14592148.
HSL color Cylindrical-coordinate representation of color #94A8DE: hue angle of 223.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A8DE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 168 | 222 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.13 |
| HSL | 223.78º | 0.53% | 0.73% | - |
| HSV(B) | 223.78º | 0.33% | 0.87% | - |
| XYZ | 39.4 | 39.58 | 74.67 | - |
| YUV | 168.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 222 | 0.33 | 0.24 | 0 | 0.13 | 223.78 | 0.53 | 0.73 |
| Hex | 94 | A8 | DE | 21 | 18 | 0 | D | E0 | 35 | 49 |
| Octal | 224 | 250 | 336 | 41 | 30 | 0 | 15 | 340 | 65 | 111 |
| Binary | 10010100 | 10101000 | 11011110 | 100001 | 11000 | 0 | 1101 | 11100000 | 110101 | 1001001 |
Color Harmonies of #94A8DE
Complementary color
Monochromatic Colors of #94A8DE
Black with #94A8DE
Text Example
Text Example
White with #94A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8DE; }
p { color: rgb(148,168,222); }
H1.HeaderClassName
{
color: #94A8DE;
}
.AnyTagClassName
{
color: #94A8DE;
}
</style>
background-color css
<style>
a { background-color: #94A8DE; }
a { background-color: rgb(148,168,222); }
div.DivClassName
{
background-color: #94A8DE;
}
.BgClassName
{
background-color: #94A8DE;
}
</style>
border-color css
<style>
span { border-color: #94A8DE; }
span { border-color: rgb(148,168,222); }
td.TdClassName
{
border-color: #94A8DE;
}
.TagClassName
{
border-color: #94A8DE;
}
</style>