Shades of Portage #949ADA
Tints of Portage #949ADA
RGB
CMYK
RGB Variations
Color information
#949ADA (or 0x949ADA) is known color: Portage. HEX triplet: 94, 9A and DA. RGB value is (148,154,218). Sum of RGB (Red+Green+Blue) = 148+154+218=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #949ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ADA is #6B6525. Grayscale: #9F9F9F. Windows color (decimal): -7038246 or 14326420. OLE color: 14326420.
HSL color Cylindrical-coordinate representation of color #949ADA: hue angle of 234.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949ADA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 154 | 218 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.15 |
| HSL | 234.86º | 0.49% | 0.72% | - |
| HSV(B) | 234.86º | 0.32% | 0.85% | - |
| XYZ | 36.42 | 34.47 | 71.06 | - |
| YUV | 159.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 218 | 0.32 | 0.29 | 0 | 0.15 | 234.86 | 0.49 | 0.72 |
| Hex | 94 | 9A | DA | 20 | 1D | 0 | F | EB | 31 | 48 |
| Octal | 224 | 232 | 332 | 40 | 35 | 0 | 17 | 353 | 61 | 110 |
| Binary | 10010100 | 10011010 | 11011010 | 100000 | 11101 | 0 | 1111 | 11101011 | 110001 | 1001000 |
Color Harmonies of #949ADA
Complementary color
Monochromatic Colors of #949ADA
Black with #949ADA
Text Example
Text Example
White with #949ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949ADA; }
p { color: rgb(148,154,218); }
H1.HeaderClassName
{
color: #949ADA;
}
.AnyTagClassName
{
color: #949ADA;
}
</style>
background-color css
<style>
a { background-color: #949ADA; }
a { background-color: rgb(148,154,218); }
div.DivClassName
{
background-color: #949ADA;
}
.BgClassName
{
background-color: #949ADA;
}
</style>
border-color css
<style>
span { border-color: #949ADA; }
span { border-color: rgb(148,154,218); }
td.TdClassName
{
border-color: #949ADA;
}
.TagClassName
{
border-color: #949ADA;
}
</style>