Shades of Perano #9CA6EF
Tints of Perano #9CA6EF
RGB
CMYK
RGB Variations
Color information
#9CA6EF (or 0x9CA6EF) is known color: Perano. HEX triplet: 9C, A6 and EF. RGB value is (156,166,239). Sum of RGB (Red+Green+Blue) = 156+166+239=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CA6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA6EF is #635910. Grayscale: #ABABAB. Windows color (decimal): -6510865 or 15705756. OLE color: 15705756.
HSL color Cylindrical-coordinate representation of color #9CA6EF: hue angle of 232.77º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CA6EF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 166 | 239 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.06 |
| HSL | 232.77º | 0.72% | 0.77% | - |
| HSV(B) | 232.77º | 0.35% | 0.94% | - |
| XYZ | 42.93 | 40.57 | 87.23 | - |
| YUV | 171.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 239 | 0.35 | 0.31 | 0 | 0.06 | 232.77 | 0.72 | 0.77 |
| Hex | 9C | A6 | EF | 23 | 1F | 0 | 6 | E9 | 48 | 4D |
| Octal | 234 | 246 | 357 | 43 | 37 | 0 | 6 | 351 | 110 | 115 |
| Binary | 10011100 | 10100110 | 11101111 | 100011 | 11111 | 0 | 110 | 11101001 | 1001000 | 1001101 |
Color Harmonies of #9CA6EF
Complementary color
Monochromatic Colors of #9CA6EF
Black with #9CA6EF
Text Example
Text Example
White with #9CA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6EF; }
p { color: rgb(156,166,239); }
H1.HeaderClassName
{
color: #9CA6EF;
}
.AnyTagClassName
{
color: #9CA6EF;
}
</style>
background-color css
<style>
a { background-color: #9CA6EF; }
a { background-color: rgb(156,166,239); }
div.DivClassName
{
background-color: #9CA6EF;
}
.BgClassName
{
background-color: #9CA6EF;
}
</style>
border-color css
<style>
span { border-color: #9CA6EF; }
span { border-color: rgb(156,166,239); }
td.TdClassName
{
border-color: #9CA6EF;
}
.TagClassName
{
border-color: #9CA6EF;
}
</style>