Shades of Perano #9CADE7
Tints of Perano #9CADE7
RGB
CMYK
RGB Variations
Color information
#9CADE7 (or 0x9CADE7) is known color: Perano. HEX triplet: 9C, AD and E7. RGB value is (156,173,231). Sum of RGB (Red+Green+Blue) = 156+173+231=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #9CADE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CADE7 is #635218. Grayscale: #AEAEAE. Windows color (decimal): -6509081 or 15183260. OLE color: 15183260.
HSL color Cylindrical-coordinate representation of color #9CADE7: hue angle of 226.4º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CADE7 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 173 | 231 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.09 |
| HSL | 226.4º | 0.61% | 0.76% | - |
| HSV(B) | 226.4º | 0.32% | 0.91% | - |
| XYZ | 43.08 | 42.72 | 81.58 | - |
| YUV | 174.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 231 | 0.32 | 0.25 | 0 | 0.09 | 226.4 | 0.61 | 0.76 |
| Hex | 9C | AD | E7 | 20 | 19 | 0 | 9 | E2 | 3D | 4C |
| Octal | 234 | 255 | 347 | 40 | 31 | 0 | 11 | 342 | 75 | 114 |
| Binary | 10011100 | 10101101 | 11100111 | 100000 | 11001 | 0 | 1001 | 11100010 | 111101 | 1001100 |
Color Harmonies of #9CADE7
Complementary color
Monochromatic Colors of #9CADE7
Black with #9CADE7
Text Example
Text Example
White with #9CADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADE7; }
p { color: rgb(156,173,231); }
H1.HeaderClassName
{
color: #9CADE7;
}
.AnyTagClassName
{
color: #9CADE7;
}
</style>
background-color css
<style>
a { background-color: #9CADE7; }
a { background-color: rgb(156,173,231); }
div.DivClassName
{
background-color: #9CADE7;
}
.BgClassName
{
background-color: #9CADE7;
}
</style>
border-color css
<style>
span { border-color: #9CADE7; }
span { border-color: rgb(156,173,231); }
td.TdClassName
{
border-color: #9CADE7;
}
.TagClassName
{
border-color: #9CADE7;
}
</style>