Shades of Perano #9CA8F6
Tints of Perano #9CA8F6
RGB
CMYK
RGB Variations
Color information
#9CA8F6 (or 0x9CA8F6) is known color: Perano. HEX triplet: 9C, A8 and F6. RGB value is (156,168,246). Sum of RGB (Red+Green+Blue) = 156+168+246=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #9CA8F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8F6 is #635709. Grayscale: #ACACAC. Windows color (decimal): -6510346 or 16165020. OLE color: 16165020.
HSL color Cylindrical-coordinate representation of color #9CA8F6: hue angle of 232º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CA8F6 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 168 | 246 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.04 |
| HSL | 232º | 0.83% | 0.79% | - |
| HSV(B) | 232º | 0.37% | 0.96% | - |
| XYZ | 44.35 | 41.73 | 92.91 | - |
| YUV | 173.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 246 | 0.37 | 0.32 | 0 | 0.04 | 232 | 0.83 | 0.79 |
| Hex | 9C | A8 | F6 | 25 | 20 | 0 | 4 | E8 | 53 | 4F |
| Octal | 234 | 250 | 366 | 45 | 40 | 0 | 4 | 350 | 123 | 117 |
| Binary | 10011100 | 10101000 | 11110110 | 100101 | 100000 | 0 | 100 | 11101000 | 1010011 | 1001111 |
Color Harmonies of #9CA8F6
Complementary color
Monochromatic Colors of #9CA8F6
Black with #9CA8F6
Text Example
Text Example
White with #9CA8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8F6; }
p { color: rgb(156,168,246); }
H1.HeaderClassName
{
color: #9CA8F6;
}
.AnyTagClassName
{
color: #9CA8F6;
}
</style>
background-color css
<style>
a { background-color: #9CA8F6; }
a { background-color: rgb(156,168,246); }
div.DivClassName
{
background-color: #9CA8F6;
}
.BgClassName
{
background-color: #9CA8F6;
}
</style>
border-color css
<style>
span { border-color: #9CA8F6; }
span { border-color: rgb(156,168,246); }
td.TdClassName
{
border-color: #9CA8F6;
}
.TagClassName
{
border-color: #9CA8F6;
}
</style>