Shades of Perano #9CB0FF
Tints of Perano #9CB0FF
RGB
CMYK
RGB Variations
Color information
#9CB0FF (or 0x9CB0FF) is known color: Perano. HEX triplet: 9C, B0 and FF. RGB value is (156,176,255). Sum of RGB (Red+Green+Blue) = 156+176+255=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB0FF is #634F00. Grayscale: #B2B2B2. Windows color (decimal): -6508289 or 16756892. OLE color: 16756892.
HSL color Cylindrical-coordinate representation of color #9CB0FF: hue angle of 227.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB0FF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 176 | 255 | - |
| CMYK | 0.39 | 0.31 | 0 | 0 |
| HSL | 227.88º | 1% | 0.81% | - |
| HSV(B) | 227.88º | 0.39% | 1% | - |
| XYZ | 47.29 | 45.34 | 100.87 | - |
| YUV | 179.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 255 | 0.39 | 0.31 | 0 | 0 | 227.88 | 1 | 0.81 |
| Hex | 9C | B0 | FF | 27 | 1F | 0 | 0 | E4 | 64 | 51 |
| Octal | 234 | 260 | 377 | 47 | 37 | 0 | 0 | 344 | 144 | 121 |
| Binary | 10011100 | 10110000 | 11111111 | 100111 | 11111 | 0 | 0 | 11100100 | 1100100 | 1010001 |
Color Harmonies of #9CB0FF
Complementary color
Monochromatic Colors of #9CB0FF
Black with #9CB0FF
Text Example
Text Example
White with #9CB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0FF; }
p { color: rgb(156,176,255); }
H1.HeaderClassName
{
color: #9CB0FF;
}
.AnyTagClassName
{
color: #9CB0FF;
}
</style>
background-color css
<style>
a { background-color: #9CB0FF; }
a { background-color: rgb(156,176,255); }
div.DivClassName
{
background-color: #9CB0FF;
}
.BgClassName
{
background-color: #9CB0FF;
}
</style>
border-color css
<style>
span { border-color: #9CB0FF; }
span { border-color: rgb(156,176,255); }
td.TdClassName
{
border-color: #9CB0FF;
}
.TagClassName
{
border-color: #9CB0FF;
}
</style>