Shades of Perano #9C9EFA
Tints of Perano #9C9EFA
RGB
CMYK
RGB Variations
Color information
#9C9EFA (or 0x9C9EFA) is known color: Perano. HEX triplet: 9C, 9E and FA. RGB value is (156,158,250). Sum of RGB (Red+Green+Blue) = 156+158+250=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C9EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EFA is #636105. Grayscale: #A7A7A7. Windows color (decimal): -6512902 or 16424604. OLE color: 16424604.
HSL color Cylindrical-coordinate representation of color #9C9EFA: hue angle of 238.72º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9EFA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 158 | 250 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.02 |
| HSL | 238.72º | 0.9% | 0.8% | - |
| HSV(B) | 238.72º | 0.38% | 0.98% | - |
| XYZ | 43.19 | 38.42 | 95.58 | - |
| YUV | 167.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 250 | 0.38 | 0.37 | 0 | 0.02 | 238.72 | 0.9 | 0.8 |
| Hex | 9C | 9E | FA | 26 | 25 | 0 | 2 | EF | 5A | 50 |
| Octal | 234 | 236 | 372 | 46 | 45 | 0 | 2 | 357 | 132 | 120 |
| Binary | 10011100 | 10011110 | 11111010 | 100110 | 100101 | 0 | 10 | 11101111 | 1011010 | 1010000 |
Color Harmonies of #9C9EFA
Complementary color
Monochromatic Colors of #9C9EFA
Black with #9C9EFA
Text Example
Text Example
White with #9C9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EFA; }
p { color: rgb(156,158,250); }
H1.HeaderClassName
{
color: #9C9EFA;
}
.AnyTagClassName
{
color: #9C9EFA;
}
</style>
background-color css
<style>
a { background-color: #9C9EFA; }
a { background-color: rgb(156,158,250); }
div.DivClassName
{
background-color: #9C9EFA;
}
.BgClassName
{
background-color: #9C9EFA;
}
</style>
border-color css
<style>
span { border-color: #9C9EFA; }
span { border-color: rgb(156,158,250); }
td.TdClassName
{
border-color: #9C9EFA;
}
.TagClassName
{
border-color: #9C9EFA;
}
</style>