Shades of Portage #958FEA
Tints of Portage #958FEA
RGB
CMYK
RGB Variations
Color information
#958FEA (or 0x958FEA) is known color: Portage. HEX triplet: 95, 8F and EA. RGB value is (149,143,234). Sum of RGB (Red+Green+Blue) = 149+143+234=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #958FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FEA is #6A7015. Grayscale: #9A9A9A. Windows color (decimal): -6975510 or 15372181. OLE color: 15372181.
HSL color Cylindrical-coordinate representation of color #958FEA: hue angle of 243.96º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958FEA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 143 | 234 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.08 |
| HSL | 243.96º | 0.68% | 0.74% | - |
| HSV(B) | 243.96º | 0.39% | 0.92% | - |
| XYZ | 37.07 | 31.98 | 82.06 | - |
| YUV | 155.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 234 | 0.36 | 0.39 | 0 | 0.08 | 243.96 | 0.68 | 0.74 |
| Hex | 95 | 8F | EA | 24 | 27 | 0 | 8 | F4 | 44 | 4A |
| Octal | 225 | 217 | 352 | 44 | 47 | 0 | 10 | 364 | 104 | 112 |
| Binary | 10010101 | 10001111 | 11101010 | 100100 | 100111 | 0 | 1000 | 11110100 | 1000100 | 1001010 |
Color Harmonies of #958FEA
Complementary color
Monochromatic Colors of #958FEA
Black with #958FEA
Text Example
Text Example
White with #958FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FEA; }
p { color: rgb(149,143,234); }
H1.HeaderClassName
{
color: #958FEA;
}
.AnyTagClassName
{
color: #958FEA;
}
</style>
background-color css
<style>
a { background-color: #958FEA; }
a { background-color: rgb(149,143,234); }
div.DivClassName
{
background-color: #958FEA;
}
.BgClassName
{
background-color: #958FEA;
}
</style>
border-color css
<style>
span { border-color: #958FEA; }
span { border-color: rgb(149,143,234); }
td.TdClassName
{
border-color: #958FEA;
}
.TagClassName
{
border-color: #958FEA;
}
</style>