Shades of Perano #9B9FFC
Tints of Perano #9B9FFC
RGB
CMYK
RGB Variations
Color information
#9B9FFC (or 0x9B9FFC) is known color: Perano. HEX triplet: 9B, 9F and FC. RGB value is (155,159,252). Sum of RGB (Red+Green+Blue) = 155+159+252=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9FFC is #646003. Grayscale: #A8A8A8. Windows color (decimal): -6578180 or 16555931. OLE color: 16555931.
HSL color Cylindrical-coordinate representation of color #9B9FFC: hue angle of 237.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B9FFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 159 | 252 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.01 |
| HSL | 237.53º | 0.94% | 0.8% | - |
| HSV(B) | 237.53º | 0.38% | 0.99% | - |
| XYZ | 43.49 | 38.79 | 97.29 | - |
| YUV | 168.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 252 | 0.38 | 0.37 | 0 | 0.01 | 237.53 | 0.94 | 0.8 |
| Hex | 9B | 9F | FC | 26 | 25 | 0 | 1 | EE | 5E | 50 |
| Octal | 233 | 237 | 374 | 46 | 45 | 0 | 1 | 356 | 136 | 120 |
| Binary | 10011011 | 10011111 | 11111100 | 100110 | 100101 | 0 | 1 | 11101110 | 1011110 | 1010000 |
Color Harmonies of #9B9FFC
Complementary color
Monochromatic Colors of #9B9FFC
Black with #9B9FFC
Text Example
Text Example
White with #9B9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9FFC; }
p { color: rgb(155,159,252); }
H1.HeaderClassName
{
color: #9B9FFC;
}
.AnyTagClassName
{
color: #9B9FFC;
}
</style>
background-color css
<style>
a { background-color: #9B9FFC; }
a { background-color: rgb(155,159,252); }
div.DivClassName
{
background-color: #9B9FFC;
}
.BgClassName
{
background-color: #9B9FFC;
}
</style>
border-color css
<style>
span { border-color: #9B9FFC; }
span { border-color: rgb(155,159,252); }
td.TdClassName
{
border-color: #9B9FFC;
}
.TagClassName
{
border-color: #9B9FFC;
}
</style>