Shades of Perano #9CB7F6
Tints of Perano #9CB7F6
RGB
CMYK
RGB Variations
Color information
#9CB7F6 (or 0x9CB7F6) is known color: Perano. HEX triplet: 9C, B7 and F6. RGB value is (156,183,246). Sum of RGB (Red+Green+Blue) = 156+183+246=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #9CB7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB7F6 is #634809. Grayscale: #B5B5B5. Windows color (decimal): -6506506 or 16168860. OLE color: 16168860.
HSL color Cylindrical-coordinate representation of color #9CB7F6: hue angle of 222º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CB7F6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 183 | 246 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.04 |
| HSL | 222º | 0.83% | 0.79% | - |
| HSV(B) | 222º | 0.37% | 0.96% | - |
| XYZ | 47.28 | 47.59 | 93.88 | - |
| YUV | 182.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 246 | 0.37 | 0.26 | 0 | 0.04 | 222 | 0.83 | 0.79 |
| Hex | 9C | B7 | F6 | 25 | 1A | 0 | 4 | DE | 53 | 4F |
| Octal | 234 | 267 | 366 | 45 | 32 | 0 | 4 | 336 | 123 | 117 |
| Binary | 10011100 | 10110111 | 11110110 | 100101 | 11010 | 0 | 100 | 11011110 | 1010011 | 1001111 |
Color Harmonies of #9CB7F6
Complementary color
Monochromatic Colors of #9CB7F6
Black with #9CB7F6
Text Example
Text Example
White with #9CB7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB7F6; }
p { color: rgb(156,183,246); }
H1.HeaderClassName
{
color: #9CB7F6;
}
.AnyTagClassName
{
color: #9CB7F6;
}
</style>
background-color css
<style>
a { background-color: #9CB7F6; }
a { background-color: rgb(156,183,246); }
div.DivClassName
{
background-color: #9CB7F6;
}
.BgClassName
{
background-color: #9CB7F6;
}
</style>
border-color css
<style>
span { border-color: #9CB7F6; }
span { border-color: rgb(156,183,246); }
td.TdClassName
{
border-color: #9CB7F6;
}
.TagClassName
{
border-color: #9CB7F6;
}
</style>