Shades of Perano #9CA4FA
Tints of Perano #9CA4FA
RGB
CMYK
RGB Variations
Color information
#9CA4FA (or 0x9CA4FA) is known color: Perano. HEX triplet: 9C, A4 and FA. RGB value is (156,164,250). Sum of RGB (Red+Green+Blue) = 156+164+250=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA4FA is #635B05. Grayscale: #ABABAB. Windows color (decimal): -6511366 or 16426140. OLE color: 16426140.
HSL color Cylindrical-coordinate representation of color #9CA4FA: hue angle of 234.89º degrees, saturation: 0.9, 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 #9CA4FA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 164 | 250 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.02 |
| HSL | 234.89º | 0.9% | 0.8% | - |
| HSV(B) | 234.89º | 0.38% | 0.98% | - |
| XYZ | 44.24 | 40.52 | 95.93 | - |
| YUV | 171.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 250 | 0.38 | 0.34 | 0 | 0.02 | 234.89 | 0.9 | 0.8 |
| Hex | 9C | A4 | FA | 26 | 22 | 0 | 2 | EB | 5A | 50 |
| Octal | 234 | 244 | 372 | 46 | 42 | 0 | 2 | 353 | 132 | 120 |
| Binary | 10011100 | 10100100 | 11111010 | 100110 | 100010 | 0 | 10 | 11101011 | 1011010 | 1010000 |
Color Harmonies of #9CA4FA
Complementary color
Monochromatic Colors of #9CA4FA
Black with #9CA4FA
Text Example
Text Example
White with #9CA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA4FA; }
p { color: rgb(156,164,250); }
H1.HeaderClassName
{
color: #9CA4FA;
}
.AnyTagClassName
{
color: #9CA4FA;
}
</style>
background-color css
<style>
a { background-color: #9CA4FA; }
a { background-color: rgb(156,164,250); }
div.DivClassName
{
background-color: #9CA4FA;
}
.BgClassName
{
background-color: #9CA4FA;
}
</style>
border-color css
<style>
span { border-color: #9CA4FA; }
span { border-color: rgb(156,164,250); }
td.TdClassName
{
border-color: #9CA4FA;
}
.TagClassName
{
border-color: #9CA4FA;
}
</style>