Shades of Perano #9CA3F8
Tints of Perano #9CA3F8
RGB
CMYK
RGB Variations
Color information
#9CA3F8 (or 0x9CA3F8) is known color: Perano. HEX triplet: 9C, A3 and F8. RGB value is (156,163,248). Sum of RGB (Red+Green+Blue) = 156+163+248=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CA3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA3F8 is #635C07. Grayscale: #AAAAAA. Windows color (decimal): -6511624 or 16294812. OLE color: 16294812.
HSL color Cylindrical-coordinate representation of color #9CA3F8: hue angle of 235.43º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CA3F8 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 163 | 248 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.03 |
| HSL | 235.43º | 0.87% | 0.79% | - |
| HSV(B) | 235.43º | 0.37% | 0.97% | - |
| XYZ | 43.75 | 40.04 | 94.23 | - |
| YUV | 170.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 248 | 0.37 | 0.34 | 0 | 0.03 | 235.43 | 0.87 | 0.79 |
| Hex | 9C | A3 | F8 | 25 | 22 | 0 | 3 | EB | 57 | 4F |
| Octal | 234 | 243 | 370 | 45 | 42 | 0 | 3 | 353 | 127 | 117 |
| Binary | 10011100 | 10100011 | 11111000 | 100101 | 100010 | 0 | 11 | 11101011 | 1010111 | 1001111 |
Color Harmonies of #9CA3F8
Complementary color
Monochromatic Colors of #9CA3F8
Black with #9CA3F8
Text Example
Text Example
White with #9CA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3F8; }
p { color: rgb(156,163,248); }
H1.HeaderClassName
{
color: #9CA3F8;
}
.AnyTagClassName
{
color: #9CA3F8;
}
</style>
background-color css
<style>
a { background-color: #9CA3F8; }
a { background-color: rgb(156,163,248); }
div.DivClassName
{
background-color: #9CA3F8;
}
.BgClassName
{
background-color: #9CA3F8;
}
</style>
border-color css
<style>
span { border-color: #9CA3F8; }
span { border-color: rgb(156,163,248); }
td.TdClassName
{
border-color: #9CA3F8;
}
.TagClassName
{
border-color: #9CA3F8;
}
</style>