Shades of Perano #9CA6F9
Tints of Perano #9CA6F9
RGB
CMYK
RGB Variations
Color information
#9CA6F9 (or 0x9CA6F9) is known color: Perano. HEX triplet: 9C, A6 and F9. RGB value is (156,166,249). Sum of RGB (Red+Green+Blue) = 156+166+249=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CA6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA6F9 is #635906. Grayscale: #ACACAC. Windows color (decimal): -6510855 or 16361116. OLE color: 16361116.
HSL color Cylindrical-coordinate representation of color #9CA6F9: hue angle of 233.55º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CA6F9 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 166 | 249 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.02 |
| HSL | 233.55º | 0.89% | 0.79% | - |
| HSV(B) | 233.55º | 0.37% | 0.98% | - |
| XYZ | 44.45 | 41.18 | 95.23 | - |
| YUV | 172.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 249 | 0.37 | 0.33 | 0 | 0.02 | 233.55 | 0.89 | 0.79 |
| Hex | 9C | A6 | F9 | 25 | 21 | 0 | 2 | EA | 59 | 4F |
| Octal | 234 | 246 | 371 | 45 | 41 | 0 | 2 | 352 | 131 | 117 |
| Binary | 10011100 | 10100110 | 11111001 | 100101 | 100001 | 0 | 10 | 11101010 | 1011001 | 1001111 |
Color Harmonies of #9CA6F9
Complementary color
Monochromatic Colors of #9CA6F9
Black with #9CA6F9
Text Example
Text Example
White with #9CA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6F9; }
p { color: rgb(156,166,249); }
H1.HeaderClassName
{
color: #9CA6F9;
}
.AnyTagClassName
{
color: #9CA6F9;
}
</style>
background-color css
<style>
a { background-color: #9CA6F9; }
a { background-color: rgb(156,166,249); }
div.DivClassName
{
background-color: #9CA6F9;
}
.BgClassName
{
background-color: #9CA6F9;
}
</style>
border-color css
<style>
span { border-color: #9CA6F9; }
span { border-color: rgb(156,166,249); }
td.TdClassName
{
border-color: #9CA6F9;
}
.TagClassName
{
border-color: #9CA6F9;
}
</style>