Shades of Perano #9CA8F9
Tints of Perano #9CA8F9
RGB
CMYK
RGB Variations
Color information
#9CA8F9 (or 0x9CA8F9) is known color: Perano. HEX triplet: 9C, A8 and F9. RGB value is (156,168,249). Sum of RGB (Red+Green+Blue) = 156+168+249=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CA8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8F9 is #635706. Grayscale: #ADADAD. Windows color (decimal): -6510343 or 16361628. OLE color: 16361628.
HSL color Cylindrical-coordinate representation of color #9CA8F9: hue angle of 232.26º 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 #9CA8F9 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 168 | 249 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.02 |
| HSL | 232.26º | 0.89% | 0.79% | - |
| HSV(B) | 232.26º | 0.37% | 0.98% | - |
| XYZ | 44.81 | 41.91 | 95.35 | - |
| YUV | 173.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 249 | 0.37 | 0.33 | 0 | 0.02 | 232.26 | 0.89 | 0.79 |
| Hex | 9C | A8 | F9 | 25 | 21 | 0 | 2 | E8 | 59 | 4F |
| Octal | 234 | 250 | 371 | 45 | 41 | 0 | 2 | 350 | 131 | 117 |
| Binary | 10011100 | 10101000 | 11111001 | 100101 | 100001 | 0 | 10 | 11101000 | 1011001 | 1001111 |
Color Harmonies of #9CA8F9
Complementary color
Monochromatic Colors of #9CA8F9
Black with #9CA8F9
Text Example
Text Example
White with #9CA8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8F9; }
p { color: rgb(156,168,249); }
H1.HeaderClassName
{
color: #9CA8F9;
}
.AnyTagClassName
{
color: #9CA8F9;
}
</style>
background-color css
<style>
a { background-color: #9CA8F9; }
a { background-color: rgb(156,168,249); }
div.DivClassName
{
background-color: #9CA8F9;
}
.BgClassName
{
background-color: #9CA8F9;
}
</style>
border-color css
<style>
span { border-color: #9CA8F9; }
span { border-color: rgb(156,168,249); }
td.TdClassName
{
border-color: #9CA8F9;
}
.TagClassName
{
border-color: #9CA8F9;
}
</style>