Shades of Portage #94A3ED
Tints of Portage #94A3ED
RGB
CMYK
RGB Variations
Color information
#94A3ED (or 0x94A3ED) is known color: Portage. HEX triplet: 94, A3 and ED. RGB value is (148,163,237). Sum of RGB (Red+Green+Blue) = 148+163+237=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #94A3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A3ED is #6B5C12. Grayscale: #A6A6A6. Windows color (decimal): -7035923 or 15573908. OLE color: 15573908.
HSL color Cylindrical-coordinate representation of color #94A3ED: hue angle of 229.89º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A3ED is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 163 | 237 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.07 |
| HSL | 229.89º | 0.71% | 0.75% | - |
| HSV(B) | 229.89º | 0.38% | 0.93% | - |
| XYZ | 40.6 | 38.6 | 85.43 | - |
| YUV | 166.95 | 167.53 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 237 | 0.38 | 0.31 | 0 | 0.07 | 229.89 | 0.71 | 0.75 |
| Hex | 94 | A3 | ED | 26 | 1F | 0 | 7 | E6 | 47 | 4B |
| Octal | 224 | 243 | 355 | 46 | 37 | 0 | 7 | 346 | 107 | 113 |
| Binary | 10010100 | 10100011 | 11101101 | 100110 | 11111 | 0 | 111 | 11100110 | 1000111 | 1001011 |
Color Harmonies of #94A3ED
Complementary color
Monochromatic Colors of #94A3ED
Black with #94A3ED
Text Example
Text Example
White with #94A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A3ED; }
p { color: rgb(148,163,237); }
H1.HeaderClassName
{
color: #94A3ED;
}
.AnyTagClassName
{
color: #94A3ED;
}
</style>
background-color css
<style>
a { background-color: #94A3ED; }
a { background-color: rgb(148,163,237); }
div.DivClassName
{
background-color: #94A3ED;
}
.BgClassName
{
background-color: #94A3ED;
}
</style>
border-color css
<style>
span { border-color: #94A3ED; }
span { border-color: rgb(148,163,237); }
td.TdClassName
{
border-color: #94A3ED;
}
.TagClassName
{
border-color: #94A3ED;
}
</style>