Shades of Perano #9CACFF
Tints of Perano #9CACFF
RGB
CMYK
RGB Variations
Color information
#9CACFF (or 0x9CACFF) is known color: Perano. HEX triplet: 9C, AC and FF. RGB value is (156,172,255). Sum of RGB (Red+Green+Blue) = 156+172+255=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACFF is #635300. Grayscale: #B0B0B0. Windows color (decimal): -6509313 or 16755868. OLE color: 16755868.
HSL color Cylindrical-coordinate representation of color #9CACFF: hue angle of 230.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CACFF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 172 | 255 | - |
| CMYK | 0.39 | 0.33 | 0 | 0 |
| HSL | 230.3º | 1% | 0.81% | - |
| HSV(B) | 230.3º | 0.39% | 1% | - |
| XYZ | 46.51 | 43.79 | 100.61 | - |
| YUV | 176.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 255 | 0.39 | 0.33 | 0 | 0 | 230.3 | 1 | 0.81 |
| Hex | 9C | AC | FF | 27 | 21 | 0 | 0 | E6 | 64 | 51 |
| Octal | 234 | 254 | 377 | 47 | 41 | 0 | 0 | 346 | 144 | 121 |
| Binary | 10011100 | 10101100 | 11111111 | 100111 | 100001 | 0 | 0 | 11100110 | 1100100 | 1010001 |
Color Harmonies of #9CACFF
Complementary color
Monochromatic Colors of #9CACFF
Black with #9CACFF
Text Example
Text Example
White with #9CACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACFF; }
p { color: rgb(156,172,255); }
H1.HeaderClassName
{
color: #9CACFF;
}
.AnyTagClassName
{
color: #9CACFF;
}
</style>
background-color css
<style>
a { background-color: #9CACFF; }
a { background-color: rgb(156,172,255); }
div.DivClassName
{
background-color: #9CACFF;
}
.BgClassName
{
background-color: #9CACFF;
}
</style>
border-color css
<style>
span { border-color: #9CACFF; }
span { border-color: rgb(156,172,255); }
td.TdClassName
{
border-color: #9CACFF;
}
.TagClassName
{
border-color: #9CACFF;
}
</style>