Shades of Portage #9DA3EA
Tints of Portage #9DA3EA
RGB
CMYK
RGB Variations
Color information
#9DA3EA (or 0x9DA3EA) is known color: Portage. HEX triplet: 9D, A3 and EA. RGB value is (157,163,234). Sum of RGB (Red+Green+Blue) = 157+163+234=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA3EA is #625C15. Grayscale: #A9A9A9. Windows color (decimal): -6446102 or 15377309. OLE color: 15377309.
HSL color Cylindrical-coordinate representation of color #9DA3EA: hue angle of 235.32º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA3EA is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 163 | 234 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.08 |
| HSL | 235.32º | 0.65% | 0.77% | - |
| HSV(B) | 235.32º | 0.33% | 0.92% | - |
| XYZ | 41.85 | 39.3 | 83.22 | - |
| YUV | 169.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 234 | 0.33 | 0.30 | 0 | 0.08 | 235.32 | 0.65 | 0.77 |
| Hex | 9D | A3 | EA | 21 | 1E | 0 | 8 | EB | 41 | 4D |
| Octal | 235 | 243 | 352 | 41 | 36 | 0 | 10 | 353 | 101 | 115 |
| Binary | 10011101 | 10100011 | 11101010 | 100001 | 11110 | 0 | 1000 | 11101011 | 1000001 | 1001101 |
Color Harmonies of #9DA3EA
Complementary color
Monochromatic Colors of #9DA3EA
Black with #9DA3EA
Text Example
Text Example
White with #9DA3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA3EA; }
p { color: rgb(157,163,234); }
H1.HeaderClassName
{
color: #9DA3EA;
}
.AnyTagClassName
{
color: #9DA3EA;
}
</style>
background-color css
<style>
a { background-color: #9DA3EA; }
a { background-color: rgb(157,163,234); }
div.DivClassName
{
background-color: #9DA3EA;
}
.BgClassName
{
background-color: #9DA3EA;
}
</style>
border-color css
<style>
span { border-color: #9DA3EA; }
span { border-color: rgb(157,163,234); }
td.TdClassName
{
border-color: #9DA3EA;
}
.TagClassName
{
border-color: #9DA3EA;
}
</style>