Shades of Perano #9B9EFC
Tints of Perano #9B9EFC
RGB
CMYK
RGB Variations
Color information
#9B9EFC (or 0x9B9EFC) is known color: Perano. HEX triplet: 9B, 9E and FC. RGB value is (155,158,252). Sum of RGB (Red+Green+Blue) = 155+158+252=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9EFC is #646103. Grayscale: #A7A7A7. Windows color (decimal): -6578436 or 16555675. OLE color: 16555675.
HSL color Cylindrical-coordinate representation of color #9B9EFC: hue angle of 238.14º 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 #9B9EFC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 158 | 252 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.01 |
| HSL | 238.14º | 0.94% | 0.8% | - |
| HSV(B) | 238.14º | 0.38% | 0.99% | - |
| XYZ | 43.32 | 38.45 | 97.23 | - |
| YUV | 167.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 252 | 0.38 | 0.37 | 0 | 0.01 | 238.14 | 0.94 | 0.8 |
| Hex | 9B | 9E | FC | 26 | 25 | 0 | 1 | EE | 5E | 50 |
| Octal | 233 | 236 | 374 | 46 | 45 | 0 | 1 | 356 | 136 | 120 |
| Binary | 10011011 | 10011110 | 11111100 | 100110 | 100101 | 0 | 1 | 11101110 | 1011110 | 1010000 |
Color Harmonies of #9B9EFC
Complementary color
Monochromatic Colors of #9B9EFC
Black with #9B9EFC
Text Example
Text Example
White with #9B9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9EFC; }
p { color: rgb(155,158,252); }
H1.HeaderClassName
{
color: #9B9EFC;
}
.AnyTagClassName
{
color: #9B9EFC;
}
</style>
background-color css
<style>
a { background-color: #9B9EFC; }
a { background-color: rgb(155,158,252); }
div.DivClassName
{
background-color: #9B9EFC;
}
.BgClassName
{
background-color: #9B9EFC;
}
</style>
border-color css
<style>
span { border-color: #9B9EFC; }
span { border-color: rgb(155,158,252); }
td.TdClassName
{
border-color: #9B9EFC;
}
.TagClassName
{
border-color: #9B9EFC;
}
</style>