Shades of Perano #9CA9FB
Tints of Perano #9CA9FB
RGB
CMYK
RGB Variations
Color information
#9CA9FB (or 0x9CA9FB) is known color: Perano. HEX triplet: 9C, A9 and FB. RGB value is (156,169,251). Sum of RGB (Red+Green+Blue) = 156+169+251=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CA9FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA9FB is #635604. Grayscale: #AEAEAE. Windows color (decimal): -6510085 or 16492956. OLE color: 16492956.
HSL color Cylindrical-coordinate representation of color #9CA9FB: hue angle of 231.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA9FB is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 169 | 251 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.02 |
| HSL | 231.79º | 0.92% | 0.8% | - |
| HSV(B) | 231.79º | 0.38% | 0.98% | - |
| XYZ | 45.31 | 42.41 | 97.06 | - |
| YUV | 174.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 251 | 0.38 | 0.33 | 0 | 0.02 | 231.79 | 0.92 | 0.8 |
| Hex | 9C | A9 | FB | 26 | 21 | 0 | 2 | E8 | 5C | 50 |
| Octal | 234 | 251 | 373 | 46 | 41 | 0 | 2 | 350 | 134 | 120 |
| Binary | 10011100 | 10101001 | 11111011 | 100110 | 100001 | 0 | 10 | 11101000 | 1011100 | 1010000 |
Color Harmonies of #9CA9FB
Complementary color
Monochromatic Colors of #9CA9FB
Black with #9CA9FB
Text Example
Text Example
White with #9CA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9FB; }
p { color: rgb(156,169,251); }
H1.HeaderClassName
{
color: #9CA9FB;
}
.AnyTagClassName
{
color: #9CA9FB;
}
</style>
background-color css
<style>
a { background-color: #9CA9FB; }
a { background-color: rgb(156,169,251); }
div.DivClassName
{
background-color: #9CA9FB;
}
.BgClassName
{
background-color: #9CA9FB;
}
</style>
border-color css
<style>
span { border-color: #9CA9FB; }
span { border-color: rgb(156,169,251); }
td.TdClassName
{
border-color: #9CA9FB;
}
.TagClassName
{
border-color: #9CA9FB;
}
</style>