Shades of Portage #8B95EE
Tints of Portage #8B95EE
RGB
CMYK
RGB Variations
Color information
#8B95EE (or 0x8B95EE) is known color: Portage. HEX triplet: 8B, 95 and EE. RGB value is (139,149,238). Sum of RGB (Red+Green+Blue) = 139+149+238=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B95EE is #746A11. Grayscale: #9B9B9B. Windows color (decimal): -7629330 or 15635851. OLE color: 15635851.
HSL color Cylindrical-coordinate representation of color #8B95EE: hue angle of 233.94º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B95EE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 149 | 238 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.07 |
| HSL | 233.94º | 0.74% | 0.74% | - |
| HSV(B) | 233.94º | 0.42% | 0.93% | - |
| XYZ | 36.83 | 33.16 | 85.35 | - |
| YUV | 156.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 238 | 0.42 | 0.37 | 0 | 0.07 | 233.94 | 0.74 | 0.74 |
| Hex | 8B | 95 | EE | 2A | 25 | 0 | 7 | EA | 4A | 4A |
| Octal | 213 | 225 | 356 | 52 | 45 | 0 | 7 | 352 | 112 | 112 |
| Binary | 10001011 | 10010101 | 11101110 | 101010 | 100101 | 0 | 111 | 11101010 | 1001010 | 1001010 |
Color Harmonies of #8B95EE
Complementary color
Monochromatic Colors of #8B95EE
Black with #8B95EE
Text Example
Text Example
White with #8B95EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B95EE; }
p { color: rgb(139,149,238); }
H1.HeaderClassName
{
color: #8B95EE;
}
.AnyTagClassName
{
color: #8B95EE;
}
</style>
background-color css
<style>
a { background-color: #8B95EE; }
a { background-color: rgb(139,149,238); }
div.DivClassName
{
background-color: #8B95EE;
}
.BgClassName
{
background-color: #8B95EE;
}
</style>
border-color css
<style>
span { border-color: #8B95EE; }
span { border-color: rgb(139,149,238); }
td.TdClassName
{
border-color: #8B95EE;
}
.TagClassName
{
border-color: #8B95EE;
}
</style>