Shades of Perano #9CA6EB
Tints of Perano #9CA6EB
RGB
CMYK
RGB Variations
Color information
#9CA6EB (or 0x9CA6EB) is known color: Perano. HEX triplet: 9C, A6 and EB. RGB value is (156,166,235). Sum of RGB (Red+Green+Blue) = 156+166+235=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA6EB is #635914. Grayscale: #AAAAAA. Windows color (decimal): -6510869 or 15443612. OLE color: 15443612.
HSL color Cylindrical-coordinate representation of color #9CA6EB: hue angle of 232.41º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CA6EB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 166 | 235 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.08 |
| HSL | 232.41º | 0.66% | 0.77% | - |
| HSV(B) | 232.41º | 0.34% | 0.92% | - |
| XYZ | 42.34 | 40.34 | 84.15 | - |
| YUV | 170.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 235 | 0.34 | 0.29 | 0 | 0.08 | 232.41 | 0.66 | 0.77 |
| Hex | 9C | A6 | EB | 22 | 1D | 0 | 8 | E8 | 42 | 4D |
| Octal | 234 | 246 | 353 | 42 | 35 | 0 | 10 | 350 | 102 | 115 |
| Binary | 10011100 | 10100110 | 11101011 | 100010 | 11101 | 0 | 1000 | 11101000 | 1000010 | 1001101 |
Color Harmonies of #9CA6EB
Complementary color
Monochromatic Colors of #9CA6EB
Black with #9CA6EB
Text Example
Text Example
White with #9CA6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6EB; }
p { color: rgb(156,166,235); }
H1.HeaderClassName
{
color: #9CA6EB;
}
.AnyTagClassName
{
color: #9CA6EB;
}
</style>
background-color css
<style>
a { background-color: #9CA6EB; }
a { background-color: rgb(156,166,235); }
div.DivClassName
{
background-color: #9CA6EB;
}
.BgClassName
{
background-color: #9CA6EB;
}
</style>
border-color css
<style>
span { border-color: #9CA6EB; }
span { border-color: rgb(156,166,235); }
td.TdClassName
{
border-color: #9CA6EB;
}
.TagClassName
{
border-color: #9CA6EB;
}
</style>