Shades of Portage #968FE8
Tints of Portage #968FE8
RGB
CMYK
RGB Variations
Color information
#968FE8 (or 0x968FE8) is known color: Portage. HEX triplet: 96, 8F and E8. RGB value is (150,143,232). Sum of RGB (Red+Green+Blue) = 150+143+232=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #968FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968FE8 is #697017. Grayscale: #9A9A9A. Windows color (decimal): -6909976 or 15241110. OLE color: 15241110.
HSL color Cylindrical-coordinate representation of color #968FE8: hue angle of 244.72º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968FE8 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 143 | 232 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.09 |
| HSL | 244.72º | 0.66% | 0.74% | - |
| HSV(B) | 244.72º | 0.38% | 0.91% | - |
| XYZ | 36.97 | 31.96 | 80.56 | - |
| YUV | 155.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 232 | 0.35 | 0.38 | 0 | 0.09 | 244.72 | 0.66 | 0.74 |
| Hex | 96 | 8F | E8 | 23 | 26 | 0 | 9 | F5 | 42 | 4A |
| Octal | 226 | 217 | 350 | 43 | 46 | 0 | 11 | 365 | 102 | 112 |
| Binary | 10010110 | 10001111 | 11101000 | 100011 | 100110 | 0 | 1001 | 11110101 | 1000010 | 1001010 |
Color Harmonies of #968FE8
Complementary color
Monochromatic Colors of #968FE8
Black with #968FE8
Text Example
Text Example
White with #968FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FE8; }
p { color: rgb(150,143,232); }
H1.HeaderClassName
{
color: #968FE8;
}
.AnyTagClassName
{
color: #968FE8;
}
</style>
background-color css
<style>
a { background-color: #968FE8; }
a { background-color: rgb(150,143,232); }
div.DivClassName
{
background-color: #968FE8;
}
.BgClassName
{
background-color: #968FE8;
}
</style>
border-color css
<style>
span { border-color: #968FE8; }
span { border-color: rgb(150,143,232); }
td.TdClassName
{
border-color: #968FE8;
}
.TagClassName
{
border-color: #968FE8;
}
</style>