Shades of Portage #949DE6
Tints of Portage #949DE6
RGB
CMYK
RGB Variations
Color information
#949DE6 (or 0x949DE6) is known color: Portage. HEX triplet: 94, 9D and E6. RGB value is (148,157,230). Sum of RGB (Red+Green+Blue) = 148+157+230=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #949DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DE6 is #6B6219. Grayscale: #A2A2A2. Windows color (decimal): -7037466 or 15113620. OLE color: 15113620.
HSL color Cylindrical-coordinate representation of color #949DE6: hue angle of 233.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949DE6 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 157 | 230 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.10 |
| HSL | 233.41º | 0.62% | 0.74% | - |
| HSV(B) | 233.41º | 0.36% | 0.9% | - |
| XYZ | 38.55 | 36.12 | 79.8 | - |
| YUV | 162.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 230 | 0.36 | 0.32 | 0 | 0.10 | 233.41 | 0.62 | 0.74 |
| Hex | 94 | 9D | E6 | 24 | 20 | 0 | A | E9 | 3E | 4A |
| Octal | 224 | 235 | 346 | 44 | 40 | 0 | 12 | 351 | 76 | 112 |
| Binary | 10010100 | 10011101 | 11100110 | 100100 | 100000 | 0 | 1010 | 11101001 | 111110 | 1001010 |
Color Harmonies of #949DE6
Complementary color
Monochromatic Colors of #949DE6
Black with #949DE6
Text Example
Text Example
White with #949DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DE6; }
p { color: rgb(148,157,230); }
H1.HeaderClassName
{
color: #949DE6;
}
.AnyTagClassName
{
color: #949DE6;
}
</style>
background-color css
<style>
a { background-color: #949DE6; }
a { background-color: rgb(148,157,230); }
div.DivClassName
{
background-color: #949DE6;
}
.BgClassName
{
background-color: #949DE6;
}
</style>
border-color css
<style>
span { border-color: #949DE6; }
span { border-color: rgb(148,157,230); }
td.TdClassName
{
border-color: #949DE6;
}
.TagClassName
{
border-color: #949DE6;
}
</style>