Shades of Portage #969EED
Tints of Portage #969EED
RGB
CMYK
RGB Variations
Color information
#969EED (or 0x969EED) is known color: Portage. HEX triplet: 96, 9E and ED. RGB value is (150,158,237). Sum of RGB (Red+Green+Blue) = 150+158+237=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #969EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EED is #696112. Grayscale: #A4A4A4. Windows color (decimal): -6906131 or 15572630. OLE color: 15572630.
HSL color Cylindrical-coordinate representation of color #969EED: hue angle of 234.48º 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 #969EED is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 158 | 237 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.07 |
| HSL | 234.48º | 0.71% | 0.76% | - |
| HSV(B) | 234.48º | 0.37% | 0.93% | - |
| XYZ | 40.09 | 37.05 | 85.16 | - |
| YUV | 164.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 237 | 0.37 | 0.33 | 0 | 0.07 | 234.48 | 0.71 | 0.76 |
| Hex | 96 | 9E | ED | 25 | 21 | 0 | 7 | EA | 47 | 4C |
| Octal | 226 | 236 | 355 | 45 | 41 | 0 | 7 | 352 | 107 | 114 |
| Binary | 10010110 | 10011110 | 11101101 | 100101 | 100001 | 0 | 111 | 11101010 | 1000111 | 1001100 |
Color Harmonies of #969EED
Complementary color
Monochromatic Colors of #969EED
Black with #969EED
Text Example
Text Example
White with #969EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EED; }
p { color: rgb(150,158,237); }
H1.HeaderClassName
{
color: #969EED;
}
.AnyTagClassName
{
color: #969EED;
}
</style>
background-color css
<style>
a { background-color: #969EED; }
a { background-color: rgb(150,158,237); }
div.DivClassName
{
background-color: #969EED;
}
.BgClassName
{
background-color: #969EED;
}
</style>
border-color css
<style>
span { border-color: #969EED; }
span { border-color: rgb(150,158,237); }
td.TdClassName
{
border-color: #969EED;
}
.TagClassName
{
border-color: #969EED;
}
</style>