Shades of Perano #9CA8FD
Tints of Perano #9CA8FD
RGB
CMYK
RGB Variations
Color information
#9CA8FD (or 0x9CA8FD) is known color: Perano. HEX triplet: 9C, A8 and FD. RGB value is (156,168,253). Sum of RGB (Red+Green+Blue) = 156+168+253=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CA8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8FD is #635702. Grayscale: #ADADAD. Windows color (decimal): -6510339 or 16623772. OLE color: 16623772.
HSL color Cylindrical-coordinate representation of color #9CA8FD: hue angle of 232.58º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CA8FD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 168 | 253 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.01 |
| HSL | 232.58º | 0.96% | 0.8% | - |
| HSV(B) | 232.58º | 0.38% | 0.99% | - |
| XYZ | 45.44 | 42.17 | 98.67 | - |
| YUV | 174.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 253 | 0.38 | 0.34 | 0 | 0.01 | 232.58 | 0.96 | 0.8 |
| Hex | 9C | A8 | FD | 26 | 22 | 0 | 1 | E9 | 60 | 50 |
| Octal | 234 | 250 | 375 | 46 | 42 | 0 | 1 | 351 | 140 | 120 |
| Binary | 10011100 | 10101000 | 11111101 | 100110 | 100010 | 0 | 1 | 11101001 | 1100000 | 1010000 |
Color Harmonies of #9CA8FD
Complementary color
Monochromatic Colors of #9CA8FD
Black with #9CA8FD
Text Example
Text Example
White with #9CA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8FD; }
p { color: rgb(156,168,253); }
H1.HeaderClassName
{
color: #9CA8FD;
}
.AnyTagClassName
{
color: #9CA8FD;
}
</style>
background-color css
<style>
a { background-color: #9CA8FD; }
a { background-color: rgb(156,168,253); }
div.DivClassName
{
background-color: #9CA8FD;
}
.BgClassName
{
background-color: #9CA8FD;
}
</style>
border-color css
<style>
span { border-color: #9CA8FD; }
span { border-color: rgb(156,168,253); }
td.TdClassName
{
border-color: #9CA8FD;
}
.TagClassName
{
border-color: #9CA8FD;
}
</style>