Shades of Perano #9FB2FF
Tints of Perano #9FB2FF
RGB
CMYK
RGB Variations
Color information
#9FB2FF (or 0x9FB2FF) is known color: Perano. HEX triplet: 9F, B2 and FF. RGB value is (159,178,255). Sum of RGB (Red+Green+Blue) = 159+178+255=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB2FF is #604D00. Grayscale: #B4B4B4. Windows color (decimal): -6311169 or 16757407. OLE color: 16757407.
HSL color Cylindrical-coordinate representation of color #9FB2FF: hue angle of 228.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB2FF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 178 | 255 | - |
| CMYK | 0.38 | 0.30 | 0 | 0 |
| HSL | 228.13º | 1% | 0.81% | - |
| HSV(B) | 228.13º | 0.38% | 1% | - |
| XYZ | 48.27 | 46.43 | 101.03 | - |
| YUV | 181.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 255 | 0.38 | 0.30 | 0 | 0 | 228.13 | 1 | 0.81 |
| Hex | 9F | B2 | FF | 26 | 1E | 0 | 0 | E4 | 64 | 51 |
| Octal | 237 | 262 | 377 | 46 | 36 | 0 | 0 | 344 | 144 | 121 |
| Binary | 10011111 | 10110010 | 11111111 | 100110 | 11110 | 0 | 0 | 11100100 | 1100100 | 1010001 |
Color Harmonies of #9FB2FF
Complementary color
Monochromatic Colors of #9FB2FF
Black with #9FB2FF
Text Example
Text Example
White with #9FB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB2FF; }
p { color: rgb(159,178,255); }
H1.HeaderClassName
{
color: #9FB2FF;
}
.AnyTagClassName
{
color: #9FB2FF;
}
</style>
background-color css
<style>
a { background-color: #9FB2FF; }
a { background-color: rgb(159,178,255); }
div.DivClassName
{
background-color: #9FB2FF;
}
.BgClassName
{
background-color: #9FB2FF;
}
</style>
border-color css
<style>
span { border-color: #9FB2FF; }
span { border-color: rgb(159,178,255); }
td.TdClassName
{
border-color: #9FB2FF;
}
.TagClassName
{
border-color: #9FB2FF;
}
</style>