Shades of Perano #9BA5F5
Tints of Perano #9BA5F5
RGB
CMYK
RGB Variations
Color information
#9BA5F5 (or 0x9BA5F5) is known color: Perano. HEX triplet: 9B, A5 and F5. RGB value is (155,165,245). Sum of RGB (Red+Green+Blue) = 155+165+245=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #9BA5F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5F5 is #645A0A. Grayscale: #AAAAAA. Windows color (decimal): -6576651 or 16098715. OLE color: 16098715.
HSL color Cylindrical-coordinate representation of color #9BA5F5: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BA5F5 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 165 | 245 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.04 |
| HSL | 233.33º | 0.82% | 0.78% | - |
| HSV(B) | 233.33º | 0.37% | 0.96% | - |
| XYZ | 43.45 | 40.47 | 91.91 | - |
| YUV | 171.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 245 | 0.37 | 0.33 | 0 | 0.04 | 233.33 | 0.82 | 0.78 |
| Hex | 9B | A5 | F5 | 25 | 21 | 0 | 4 | E9 | 52 | 4E |
| Octal | 233 | 245 | 365 | 45 | 41 | 0 | 4 | 351 | 122 | 116 |
| Binary | 10011011 | 10100101 | 11110101 | 100101 | 100001 | 0 | 100 | 11101001 | 1010010 | 1001110 |
Color Harmonies of #9BA5F5
Complementary color
Monochromatic Colors of #9BA5F5
Black with #9BA5F5
Text Example
Text Example
White with #9BA5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5F5; }
p { color: rgb(155,165,245); }
H1.HeaderClassName
{
color: #9BA5F5;
}
.AnyTagClassName
{
color: #9BA5F5;
}
</style>
background-color css
<style>
a { background-color: #9BA5F5; }
a { background-color: rgb(155,165,245); }
div.DivClassName
{
background-color: #9BA5F5;
}
.BgClassName
{
background-color: #9BA5F5;
}
</style>
border-color css
<style>
span { border-color: #9BA5F5; }
span { border-color: rgb(155,165,245); }
td.TdClassName
{
border-color: #9BA5F5;
}
.TagClassName
{
border-color: #9BA5F5;
}
</style>