Shades of Perano #9CACFE
Tints of Perano #9CACFE
RGB
CMYK
RGB Variations
Color information
#9CACFE (or 0x9CACFE) is known color: Perano. HEX triplet: 9C, AC and FE. RGB value is (156,172,254). Sum of RGB (Red+Green+Blue) = 156+172+254=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACFE is #635301. Grayscale: #B0B0B0. Windows color (decimal): -6509314 or 16690332. OLE color: 16690332.
HSL color Cylindrical-coordinate representation of color #9CACFE: hue angle of 230.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CACFE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 172 | 254 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.00 |
| HSL | 230.2º | 0.98% | 0.8% | - |
| HSV(B) | 230.2º | 0.39% | 1% | - |
| XYZ | 46.35 | 43.73 | 99.76 | - |
| YUV | 176.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 254 | 0.39 | 0.32 | 0 | 0.00 | 230.2 | 0.98 | 0.8 |
| Hex | 9C | AC | FE | 27 | 20 | 0 | 0 | E6 | 62 | 50 |
| Octal | 234 | 254 | 376 | 47 | 40 | 0 | 0 | 346 | 142 | 120 |
| Binary | 10011100 | 10101100 | 11111110 | 100111 | 100000 | 0 | 0 | 11100110 | 1100010 | 1010000 |
Color Harmonies of #9CACFE
Complementary color
Monochromatic Colors of #9CACFE
Black with #9CACFE
Text Example
Text Example
White with #9CACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACFE; }
p { color: rgb(156,172,254); }
H1.HeaderClassName
{
color: #9CACFE;
}
.AnyTagClassName
{
color: #9CACFE;
}
</style>
background-color css
<style>
a { background-color: #9CACFE; }
a { background-color: rgb(156,172,254); }
div.DivClassName
{
background-color: #9CACFE;
}
.BgClassName
{
background-color: #9CACFE;
}
</style>
border-color css
<style>
span { border-color: #9CACFE; }
span { border-color: rgb(156,172,254); }
td.TdClassName
{
border-color: #9CACFE;
}
.TagClassName
{
border-color: #9CACFE;
}
</style>