Shades of Portage #949AF1
Tints of Portage #949AF1
RGB
CMYK
RGB Variations
Color information
#949AF1 (or 0x949AF1) is known color: Portage. HEX triplet: 94, 9A and F1. RGB value is (148,154,241). Sum of RGB (Red+Green+Blue) = 148+154+241=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #949AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AF1 is #6B650E. Grayscale: #A1A1A1. Windows color (decimal): -7038223 or 15833748. OLE color: 15833748.
HSL color Cylindrical-coordinate representation of color #949AF1: hue angle of 236.13º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949AF1 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 154 | 241 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.05 |
| HSL | 236.13º | 0.77% | 0.76% | - |
| HSV(B) | 236.13º | 0.39% | 0.95% | - |
| XYZ | 39.65 | 35.76 | 88.03 | - |
| YUV | 162.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 241 | 0.39 | 0.36 | 0 | 0.05 | 236.13 | 0.77 | 0.76 |
| Hex | 94 | 9A | F1 | 27 | 24 | 0 | 5 | EC | 4D | 4C |
| Octal | 224 | 232 | 361 | 47 | 44 | 0 | 5 | 354 | 115 | 114 |
| Binary | 10010100 | 10011010 | 11110001 | 100111 | 100100 | 0 | 101 | 11101100 | 1001101 | 1001100 |
Color Harmonies of #949AF1
Complementary color
Monochromatic Colors of #949AF1
Black with #949AF1
Text Example
Text Example
White with #949AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AF1; }
p { color: rgb(148,154,241); }
H1.HeaderClassName
{
color: #949AF1;
}
.AnyTagClassName
{
color: #949AF1;
}
</style>
background-color css
<style>
a { background-color: #949AF1; }
a { background-color: rgb(148,154,241); }
div.DivClassName
{
background-color: #949AF1;
}
.BgClassName
{
background-color: #949AF1;
}
</style>
border-color css
<style>
span { border-color: #949AF1; }
span { border-color: rgb(148,154,241); }
td.TdClassName
{
border-color: #949AF1;
}
.TagClassName
{
border-color: #949AF1;
}
</style>