Shades of Perano #9CA5FD
Tints of Perano #9CA5FD
RGB
CMYK
RGB Variations
Color information
#9CA5FD (or 0x9CA5FD) is known color: Perano. HEX triplet: 9C, A5 and FD. RGB value is (156,165,253). Sum of RGB (Red+Green+Blue) = 156+165+253=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CA5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA5FD is #635A02. Grayscale: #ABABAB. Windows color (decimal): -6511107 or 16623004. OLE color: 16623004.
HSL color Cylindrical-coordinate representation of color #9CA5FD: hue angle of 234.43º 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 #9CA5FD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 165 | 253 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.01 |
| HSL | 234.43º | 0.96% | 0.8% | - |
| HSV(B) | 234.43º | 0.38% | 0.99% | - |
| XYZ | 44.9 | 41.07 | 98.49 | - |
| YUV | 172.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 253 | 0.38 | 0.35 | 0 | 0.01 | 234.43 | 0.96 | 0.8 |
| Hex | 9C | A5 | FD | 26 | 23 | 0 | 1 | EA | 60 | 50 |
| Octal | 234 | 245 | 375 | 46 | 43 | 0 | 1 | 352 | 140 | 120 |
| Binary | 10011100 | 10100101 | 11111101 | 100110 | 100011 | 0 | 1 | 11101010 | 1100000 | 1010000 |
Color Harmonies of #9CA5FD
Complementary color
Monochromatic Colors of #9CA5FD
Black with #9CA5FD
Text Example
Text Example
White with #9CA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5FD; }
p { color: rgb(156,165,253); }
H1.HeaderClassName
{
color: #9CA5FD;
}
.AnyTagClassName
{
color: #9CA5FD;
}
</style>
background-color css
<style>
a { background-color: #9CA5FD; }
a { background-color: rgb(156,165,253); }
div.DivClassName
{
background-color: #9CA5FD;
}
.BgClassName
{
background-color: #9CA5FD;
}
</style>
border-color css
<style>
span { border-color: #9CA5FD; }
span { border-color: rgb(156,165,253); }
td.TdClassName
{
border-color: #9CA5FD;
}
.TagClassName
{
border-color: #9CA5FD;
}
</style>