Shades of Portage #9695ED
Tints of Portage #9695ED
RGB
CMYK
RGB Variations
Color information
#9695ED (or 0x9695ED) is known color: Portage. HEX triplet: 96, 95 and ED. RGB value is (150,149,237). Sum of RGB (Red+Green+Blue) = 150+149+237=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9695ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9695ED is #696A12. Grayscale: #9E9E9E. Windows color (decimal): -6908435 or 15570326. OLE color: 15570326.
HSL color Cylindrical-coordinate representation of color #9695ED: hue angle of 240.68º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9695ED is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 149 | 237 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.07 |
| HSL | 240.68º | 0.71% | 0.76% | - |
| HSV(B) | 240.68º | 0.37% | 0.93% | - |
| XYZ | 38.61 | 34.09 | 84.67 | - |
| YUV | 159.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 237 | 0.37 | 0.37 | 0 | 0.07 | 240.68 | 0.71 | 0.76 |
| Hex | 96 | 95 | ED | 25 | 25 | 0 | 7 | F1 | 47 | 4C |
| Octal | 226 | 225 | 355 | 45 | 45 | 0 | 7 | 361 | 107 | 114 |
| Binary | 10010110 | 10010101 | 11101101 | 100101 | 100101 | 0 | 111 | 11110001 | 1000111 | 1001100 |
Color Harmonies of #9695ED
Complementary color
Monochromatic Colors of #9695ED
Black with #9695ED
Text Example
Text Example
White with #9695ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695ED; }
p { color: rgb(150,149,237); }
H1.HeaderClassName
{
color: #9695ED;
}
.AnyTagClassName
{
color: #9695ED;
}
</style>
background-color css
<style>
a { background-color: #9695ED; }
a { background-color: rgb(150,149,237); }
div.DivClassName
{
background-color: #9695ED;
}
.BgClassName
{
background-color: #9695ED;
}
</style>
border-color css
<style>
span { border-color: #9695ED; }
span { border-color: rgb(150,149,237); }
td.TdClassName
{
border-color: #9695ED;
}
.TagClassName
{
border-color: #9695ED;
}
</style>