Shades of Perano #9CAAF1
Tints of Perano #9CAAF1
RGB
CMYK
RGB Variations
Color information
#9CAAF1 (or 0x9CAAF1) is known color: Perano. HEX triplet: 9C, AA and F1. RGB value is (156,170,241). Sum of RGB (Red+Green+Blue) = 156+170+241=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAAF1 is #63550E. Grayscale: #ADADAD. Windows color (decimal): -6509839 or 15837852. OLE color: 15837852.
HSL color Cylindrical-coordinate representation of color #9CAAF1: hue angle of 230.12º 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 #9CAAF1 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 170 | 241 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.05 |
| HSL | 230.12º | 0.75% | 0.78% | - |
| HSV(B) | 230.12º | 0.35% | 0.95% | - |
| XYZ | 43.96 | 42.17 | 89.04 | - |
| YUV | 173.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 241 | 0.35 | 0.29 | 0 | 0.05 | 230.12 | 0.75 | 0.78 |
| Hex | 9C | AA | F1 | 23 | 1D | 0 | 5 | E6 | 4B | 4E |
| Octal | 234 | 252 | 361 | 43 | 35 | 0 | 5 | 346 | 113 | 116 |
| Binary | 10011100 | 10101010 | 11110001 | 100011 | 11101 | 0 | 101 | 11100110 | 1001011 | 1001110 |
Color Harmonies of #9CAAF1
Complementary color
Monochromatic Colors of #9CAAF1
Black with #9CAAF1
Text Example
Text Example
White with #9CAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAAF1; }
p { color: rgb(156,170,241); }
H1.HeaderClassName
{
color: #9CAAF1;
}
.AnyTagClassName
{
color: #9CAAF1;
}
</style>
background-color css
<style>
a { background-color: #9CAAF1; }
a { background-color: rgb(156,170,241); }
div.DivClassName
{
background-color: #9CAAF1;
}
.BgClassName
{
background-color: #9CAAF1;
}
</style>
border-color css
<style>
span { border-color: #9CAAF1; }
span { border-color: rgb(156,170,241); }
td.TdClassName
{
border-color: #9CAAF1;
}
.TagClassName
{
border-color: #9CAAF1;
}
</style>