Shades of Perano #9EBDFA
Tints of Perano #9EBDFA
RGB
CMYK
RGB Variations
Color information
#9EBDFA (or 0x9EBDFA) is known color: Perano. HEX triplet: 9E, BD and FA. RGB value is (158,189,250). Sum of RGB (Red+Green+Blue) = 158+189+250=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBDFA is #614205. Grayscale: #BABABA. Windows color (decimal): -6373894 or 16432542. OLE color: 16432542.
HSL color Cylindrical-coordinate representation of color #9EBDFA: hue angle of 219.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBDFA is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 189 | 250 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.02 |
| HSL | 219.78º | 0.9% | 0.8% | - |
| HSV(B) | 219.78º | 0.37% | 0.98% | - |
| XYZ | 49.55 | 50.57 | 97.59 | - |
| YUV | 186.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 250 | 0.37 | 0.24 | 0 | 0.02 | 219.78 | 0.9 | 0.8 |
| Hex | 9E | BD | FA | 25 | 18 | 0 | 2 | DC | 5A | 50 |
| Octal | 236 | 275 | 372 | 45 | 30 | 0 | 2 | 334 | 132 | 120 |
| Binary | 10011110 | 10111101 | 11111010 | 100101 | 11000 | 0 | 10 | 11011100 | 1011010 | 1010000 |
Color Harmonies of #9EBDFA
Complementary color
Monochromatic Colors of #9EBDFA
Black with #9EBDFA
Text Example
Text Example
White with #9EBDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDFA; }
p { color: rgb(158,189,250); }
H1.HeaderClassName
{
color: #9EBDFA;
}
.AnyTagClassName
{
color: #9EBDFA;
}
</style>
background-color css
<style>
a { background-color: #9EBDFA; }
a { background-color: rgb(158,189,250); }
div.DivClassName
{
background-color: #9EBDFA;
}
.BgClassName
{
background-color: #9EBDFA;
}
</style>
border-color css
<style>
span { border-color: #9EBDFA; }
span { border-color: rgb(158,189,250); }
td.TdClassName
{
border-color: #9EBDFA;
}
.TagClassName
{
border-color: #9EBDFA;
}
</style>