Shades of Perano #9B9CFF
Tints of Perano #9B9CFF
RGB
CMYK
RGB Variations
Color information
#9B9CFF (or 0x9B9CFF) is known color: Perano. HEX triplet: 9B, 9C and FF. RGB value is (155,156,255). Sum of RGB (Red+Green+Blue) = 155+156+255=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CFF is #646300. Grayscale: #A6A6A6. Windows color (decimal): -6578945 or 16751771. OLE color: 16751771.
HSL color Cylindrical-coordinate representation of color #9B9CFF: hue angle of 239.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B9CFF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 156 | 255 | - |
| CMYK | 0.39 | 0.39 | 0 | 0 |
| HSL | 239.4º | 1% | 0.8% | - |
| HSV(B) | 239.4º | 0.39% | 1% | - |
| XYZ | 43.46 | 37.97 | 99.65 | - |
| YUV | 166.99 | 177.67 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 255 | 0.39 | 0.39 | 0 | 0 | 239.4 | 1 | 0.8 |
| Hex | 9B | 9C | FF | 27 | 27 | 0 | 0 | EF | 64 | 50 |
| Octal | 233 | 234 | 377 | 47 | 47 | 0 | 0 | 357 | 144 | 120 |
| Binary | 10011011 | 10011100 | 11111111 | 100111 | 100111 | 0 | 0 | 11101111 | 1100100 | 1010000 |
Color Harmonies of #9B9CFF
Complementary color
Monochromatic Colors of #9B9CFF
Black with #9B9CFF
Text Example
Text Example
White with #9B9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CFF; }
p { color: rgb(155,156,255); }
H1.HeaderClassName
{
color: #9B9CFF;
}
.AnyTagClassName
{
color: #9B9CFF;
}
</style>
background-color css
<style>
a { background-color: #9B9CFF; }
a { background-color: rgb(155,156,255); }
div.DivClassName
{
background-color: #9B9CFF;
}
.BgClassName
{
background-color: #9B9CFF;
}
</style>
border-color css
<style>
span { border-color: #9B9CFF; }
span { border-color: rgb(155,156,255); }
td.TdClassName
{
border-color: #9B9CFF;
}
.TagClassName
{
border-color: #9B9CFF;
}
</style>