Shades of Perano #99A5F9
Tints of Perano #99A5F9
RGB
CMYK
RGB Variations
Color information
#99A5F9 (or 0x99A5F9) is known color: Perano. HEX triplet: 99, A5 and F9. RGB value is (153,165,249). Sum of RGB (Red+Green+Blue) = 153+165+249=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #99A5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A5F9 is #665A06. Grayscale: #AAAAAA. Windows color (decimal): -6707719 or 16360857. OLE color: 16360857.
HSL color Cylindrical-coordinate representation of color #99A5F9: hue angle of 232.5º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99A5F9 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 165 | 249 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.02 |
| HSL | 232.5º | 0.89% | 0.79% | - |
| HSV(B) | 232.5º | 0.39% | 0.98% | - |
| XYZ | 43.69 | 40.52 | 95.14 | - |
| YUV | 170.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 249 | 0.39 | 0.34 | 0 | 0.02 | 232.5 | 0.89 | 0.79 |
| Hex | 99 | A5 | F9 | 27 | 22 | 0 | 2 | E8 | 59 | 4F |
| Octal | 231 | 245 | 371 | 47 | 42 | 0 | 2 | 350 | 131 | 117 |
| Binary | 10011001 | 10100101 | 11111001 | 100111 | 100010 | 0 | 10 | 11101000 | 1011001 | 1001111 |
Color Harmonies of #99A5F9
Complementary color
Monochromatic Colors of #99A5F9
Black with #99A5F9
Text Example
Text Example
White with #99A5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5F9; }
p { color: rgb(153,165,249); }
H1.HeaderClassName
{
color: #99A5F9;
}
.AnyTagClassName
{
color: #99A5F9;
}
</style>
background-color css
<style>
a { background-color: #99A5F9; }
a { background-color: rgb(153,165,249); }
div.DivClassName
{
background-color: #99A5F9;
}
.BgClassName
{
background-color: #99A5F9;
}
</style>
border-color css
<style>
span { border-color: #99A5F9; }
span { border-color: rgb(153,165,249); }
td.TdClassName
{
border-color: #99A5F9;
}
.TagClassName
{
border-color: #99A5F9;
}
</style>