Shades of Perano #9C9FFC
Tints of Perano #9C9FFC
RGB
CMYK
RGB Variations
Color information
#9C9FFC (or 0x9C9FFC) is known color: Perano. HEX triplet: 9C, 9F and FC. RGB value is (156,159,252). Sum of RGB (Red+Green+Blue) = 156+159+252=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9FFC is #636003. Grayscale: #A8A8A8. Windows color (decimal): -6512644 or 16555932. OLE color: 16555932.
HSL color Cylindrical-coordinate representation of color #9C9FFC: hue angle of 238.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9FFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 159 | 252 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.01 |
| HSL | 238.13º | 0.94% | 0.8% | - |
| HSV(B) | 238.13º | 0.38% | 0.99% | - |
| XYZ | 43.68 | 38.89 | 97.3 | - |
| YUV | 168.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 252 | 0.38 | 0.37 | 0 | 0.01 | 238.13 | 0.94 | 0.8 |
| Hex | 9C | 9F | FC | 26 | 25 | 0 | 1 | EE | 5E | 50 |
| Octal | 234 | 237 | 374 | 46 | 45 | 0 | 1 | 356 | 136 | 120 |
| Binary | 10011100 | 10011111 | 11111100 | 100110 | 100101 | 0 | 1 | 11101110 | 1011110 | 1010000 |
Color Harmonies of #9C9FFC
Complementary color
Monochromatic Colors of #9C9FFC
Black with #9C9FFC
Text Example
Text Example
White with #9C9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FFC; }
p { color: rgb(156,159,252); }
H1.HeaderClassName
{
color: #9C9FFC;
}
.AnyTagClassName
{
color: #9C9FFC;
}
</style>
background-color css
<style>
a { background-color: #9C9FFC; }
a { background-color: rgb(156,159,252); }
div.DivClassName
{
background-color: #9C9FFC;
}
.BgClassName
{
background-color: #9C9FFC;
}
</style>
border-color css
<style>
span { border-color: #9C9FFC; }
span { border-color: rgb(156,159,252); }
td.TdClassName
{
border-color: #9C9FFC;
}
.TagClassName
{
border-color: #9C9FFC;
}
</style>