Shades of Perano #9CA8EF
Tints of Perano #9CA8EF
RGB
CMYK
RGB Variations
Color information
#9CA8EF (or 0x9CA8EF) is known color: Perano. HEX triplet: 9C, A8 and EF. RGB value is (156,168,239). Sum of RGB (Red+Green+Blue) = 156+168+239=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CA8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA8EF is #635710. Grayscale: #ACACAC. Windows color (decimal): -6510353 or 15706268. OLE color: 15706268.
HSL color Cylindrical-coordinate representation of color #9CA8EF: hue angle of 231.33º 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 #9CA8EF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 168 | 239 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.06 |
| HSL | 231.33º | 0.72% | 0.77% | - |
| HSV(B) | 231.33º | 0.35% | 0.94% | - |
| XYZ | 43.29 | 41.31 | 87.35 | - |
| YUV | 172.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 239 | 0.35 | 0.30 | 0 | 0.06 | 231.33 | 0.72 | 0.77 |
| Hex | 9C | A8 | EF | 23 | 1E | 0 | 6 | E7 | 48 | 4D |
| Octal | 234 | 250 | 357 | 43 | 36 | 0 | 6 | 347 | 110 | 115 |
| Binary | 10011100 | 10101000 | 11101111 | 100011 | 11110 | 0 | 110 | 11100111 | 1001000 | 1001101 |
Color Harmonies of #9CA8EF
Complementary color
Monochromatic Colors of #9CA8EF
Black with #9CA8EF
Text Example
Text Example
White with #9CA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8EF; }
p { color: rgb(156,168,239); }
H1.HeaderClassName
{
color: #9CA8EF;
}
.AnyTagClassName
{
color: #9CA8EF;
}
</style>
background-color css
<style>
a { background-color: #9CA8EF; }
a { background-color: rgb(156,168,239); }
div.DivClassName
{
background-color: #9CA8EF;
}
.BgClassName
{
background-color: #9CA8EF;
}
</style>
border-color css
<style>
span { border-color: #9CA8EF; }
span { border-color: rgb(156,168,239); }
td.TdClassName
{
border-color: #9CA8EF;
}
.TagClassName
{
border-color: #9CA8EF;
}
</style>