Shades of Portage #939BEE
Tints of Portage #939BEE
RGB
CMYK
RGB Variations
Color information
#939BEE (or 0x939BEE) is known color: Portage. HEX triplet: 93, 9B and EE. RGB value is (147,155,238). Sum of RGB (Red+Green+Blue) = 147+155+238=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #939BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BEE is #6C6411. Grayscale: #A1A1A1. Windows color (decimal): -7103506 or 15637395. OLE color: 15637395.
HSL color Cylindrical-coordinate representation of color #939BEE: hue angle of 234.73º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939BEE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 155 | 238 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 234.73º | 0.73% | 0.75% | - |
| HSV(B) | 234.73º | 0.38% | 0.93% | - |
| XYZ | 39.19 | 35.82 | 85.74 | - |
| YUV | 162.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 238 | 0.38 | 0.35 | 0 | 0.07 | 234.73 | 0.73 | 0.75 |
| Hex | 93 | 9B | EE | 26 | 23 | 0 | 7 | EB | 49 | 4B |
| Octal | 223 | 233 | 356 | 46 | 43 | 0 | 7 | 353 | 111 | 113 |
| Binary | 10010011 | 10011011 | 11101110 | 100110 | 100011 | 0 | 111 | 11101011 | 1001001 | 1001011 |
Color Harmonies of #939BEE
Complementary color
Monochromatic Colors of #939BEE
Black with #939BEE
Text Example
Text Example
White with #939BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BEE; }
p { color: rgb(147,155,238); }
H1.HeaderClassName
{
color: #939BEE;
}
.AnyTagClassName
{
color: #939BEE;
}
</style>
background-color css
<style>
a { background-color: #939BEE; }
a { background-color: rgb(147,155,238); }
div.DivClassName
{
background-color: #939BEE;
}
.BgClassName
{
background-color: #939BEE;
}
</style>
border-color css
<style>
span { border-color: #939BEE; }
span { border-color: rgb(147,155,238); }
td.TdClassName
{
border-color: #939BEE;
}
.TagClassName
{
border-color: #939BEE;
}
</style>