Shades of Perano #9CA3FE
Tints of Perano #9CA3FE
RGB
CMYK
RGB Variations
Color information
#9CA3FE (or 0x9CA3FE) is known color: Perano. HEX triplet: 9C, A3 and FE. RGB value is (156,163,254). Sum of RGB (Red+Green+Blue) = 156+163+254=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CA3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA3FE is #635C01. Grayscale: #AAAAAA. Windows color (decimal): -6511618 or 16688028. OLE color: 16688028.
HSL color Cylindrical-coordinate representation of color #9CA3FE: hue angle of 235.71º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CA3FE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 163 | 254 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.00 |
| HSL | 235.71º | 0.98% | 0.8% | - |
| HSV(B) | 235.71º | 0.39% | 1% | - |
| XYZ | 44.7 | 40.42 | 99.21 | - |
| YUV | 171.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 254 | 0.39 | 0.36 | 0 | 0.00 | 235.71 | 0.98 | 0.8 |
| Hex | 9C | A3 | FE | 27 | 24 | 0 | 0 | EC | 62 | 50 |
| Octal | 234 | 243 | 376 | 47 | 44 | 0 | 0 | 354 | 142 | 120 |
| Binary | 10011100 | 10100011 | 11111110 | 100111 | 100100 | 0 | 0 | 11101100 | 1100010 | 1010000 |
Color Harmonies of #9CA3FE
Complementary color
Monochromatic Colors of #9CA3FE
Black with #9CA3FE
Text Example
Text Example
White with #9CA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3FE; }
p { color: rgb(156,163,254); }
H1.HeaderClassName
{
color: #9CA3FE;
}
.AnyTagClassName
{
color: #9CA3FE;
}
</style>
background-color css
<style>
a { background-color: #9CA3FE; }
a { background-color: rgb(156,163,254); }
div.DivClassName
{
background-color: #9CA3FE;
}
.BgClassName
{
background-color: #9CA3FE;
}
</style>
border-color css
<style>
span { border-color: #9CA3FE; }
span { border-color: rgb(156,163,254); }
td.TdClassName
{
border-color: #9CA3FE;
}
.TagClassName
{
border-color: #9CA3FE;
}
</style>