Shades of Portage #9D9AFE
Tints of Portage #9D9AFE
RGB
CMYK
RGB Variations
Color information
#9D9AFE (or 0x9D9AFE) is known color: Portage. HEX triplet: 9D, 9A and FE. RGB value is (157,154,254). Sum of RGB (Red+Green+Blue) = 157+154+254=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D9AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AFE is #626501. Grayscale: #A5A5A5. Windows color (decimal): -6448386 or 16685725. OLE color: 16685725.
HSL color Cylindrical-coordinate representation of color #9D9AFE: hue angle of 241.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D9AFE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 154 | 254 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.00 |
| HSL | 241.8º | 0.98% | 0.8% | - |
| HSV(B) | 241.8º | 0.39% | 1% | - |
| XYZ | 43.35 | 37.44 | 98.71 | - |
| YUV | 166.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 254 | 0.38 | 0.39 | 0 | 0.00 | 241.8 | 0.98 | 0.8 |
| Hex | 9D | 9A | FE | 26 | 27 | 0 | 0 | F2 | 62 | 50 |
| Octal | 235 | 232 | 376 | 46 | 47 | 0 | 0 | 362 | 142 | 120 |
| Binary | 10011101 | 10011010 | 11111110 | 100110 | 100111 | 0 | 0 | 11110010 | 1100010 | 1010000 |
Color Harmonies of #9D9AFE
Complementary color
Monochromatic Colors of #9D9AFE
Black with #9D9AFE
Text Example
Text Example
White with #9D9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AFE; }
p { color: rgb(157,154,254); }
H1.HeaderClassName
{
color: #9D9AFE;
}
.AnyTagClassName
{
color: #9D9AFE;
}
</style>
background-color css
<style>
a { background-color: #9D9AFE; }
a { background-color: rgb(157,154,254); }
div.DivClassName
{
background-color: #9D9AFE;
}
.BgClassName
{
background-color: #9D9AFE;
}
</style>
border-color css
<style>
span { border-color: #9D9AFE; }
span { border-color: rgb(157,154,254); }
td.TdClassName
{
border-color: #9D9AFE;
}
.TagClassName
{
border-color: #9D9AFE;
}
</style>