Shades of Portage #959CFD
Tints of Portage #959CFD
RGB
CMYK
RGB Variations
Color information
#959CFD (or 0x959CFD) is known color: Portage. HEX triplet: 95, 9C and FD. RGB value is (149,156,253). Sum of RGB (Red+Green+Blue) = 149+156+253=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #959CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CFD is #6A6302. Grayscale: #A4A4A4. Windows color (decimal): -6972163 or 16620693. OLE color: 16620693.
HSL color Cylindrical-coordinate representation of color #959CFD: hue angle of 235.96º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959CFD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 156 | 253 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.01 |
| HSL | 235.96º | 0.96% | 0.79% | - |
| HSV(B) | 235.96º | 0.41% | 0.99% | - |
| XYZ | 42.01 | 37.26 | 97.91 | - |
| YUV | 164.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 253 | 0.41 | 0.38 | 0 | 0.01 | 235.96 | 0.96 | 0.79 |
| Hex | 95 | 9C | FD | 29 | 26 | 0 | 1 | EC | 60 | 4F |
| Octal | 225 | 234 | 375 | 51 | 46 | 0 | 1 | 354 | 140 | 117 |
| Binary | 10010101 | 10011100 | 11111101 | 101001 | 100110 | 0 | 1 | 11101100 | 1100000 | 1001111 |
Color Harmonies of #959CFD
Complementary color
Monochromatic Colors of #959CFD
Black with #959CFD
Text Example
Text Example
White with #959CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CFD; }
p { color: rgb(149,156,253); }
H1.HeaderClassName
{
color: #959CFD;
}
.AnyTagClassName
{
color: #959CFD;
}
</style>
background-color css
<style>
a { background-color: #959CFD; }
a { background-color: rgb(149,156,253); }
div.DivClassName
{
background-color: #959CFD;
}
.BgClassName
{
background-color: #959CFD;
}
</style>
border-color css
<style>
span { border-color: #959CFD; }
span { border-color: rgb(149,156,253); }
td.TdClassName
{
border-color: #959CFD;
}
.TagClassName
{
border-color: #959CFD;
}
</style>