Shades of Perano #9CACF1
Tints of Perano #9CACF1
RGB
CMYK
RGB Variations
Color information
#9CACF1 (or 0x9CACF1) is known color: Perano. HEX triplet: 9C, AC and F1. RGB value is (156,172,241). Sum of RGB (Red+Green+Blue) = 156+172+241=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACF1 is #63530E. Grayscale: #AEAEAE. Windows color (decimal): -6509327 or 15838364. OLE color: 15838364.
HSL color Cylindrical-coordinate representation of color #9CACF1: hue angle of 228.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CACF1 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 172 | 241 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.05 |
| HSL | 228.71º | 0.75% | 0.78% | - |
| HSV(B) | 228.71º | 0.35% | 0.95% | - |
| XYZ | 44.34 | 42.92 | 89.17 | - |
| YUV | 175.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 241 | 0.35 | 0.29 | 0 | 0.05 | 228.71 | 0.75 | 0.78 |
| Hex | 9C | AC | F1 | 23 | 1D | 0 | 5 | E5 | 4B | 4E |
| Octal | 234 | 254 | 361 | 43 | 35 | 0 | 5 | 345 | 113 | 116 |
| Binary | 10011100 | 10101100 | 11110001 | 100011 | 11101 | 0 | 101 | 11100101 | 1001011 | 1001110 |
Color Harmonies of #9CACF1
Complementary color
Monochromatic Colors of #9CACF1
Black with #9CACF1
Text Example
Text Example
White with #9CACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACF1; }
p { color: rgb(156,172,241); }
H1.HeaderClassName
{
color: #9CACF1;
}
.AnyTagClassName
{
color: #9CACF1;
}
</style>
background-color css
<style>
a { background-color: #9CACF1; }
a { background-color: rgb(156,172,241); }
div.DivClassName
{
background-color: #9CACF1;
}
.BgClassName
{
background-color: #9CACF1;
}
</style>
border-color css
<style>
span { border-color: #9CACF1; }
span { border-color: rgb(156,172,241); }
td.TdClassName
{
border-color: #9CACF1;
}
.TagClassName
{
border-color: #9CACF1;
}
</style>