Shades of Perano #99A5FD
Tints of Perano #99A5FD
RGB
CMYK
RGB Variations
Color information
#99A5FD (or 0x99A5FD) is known color: Perano. HEX triplet: 99, A5 and FD. RGB value is (153,165,253). Sum of RGB (Red+Green+Blue) = 153+165+253=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #99A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A5FD is #665A02. Grayscale: #ABABAB. Windows color (decimal): -6707715 or 16623001. OLE color: 16623001.
HSL color Cylindrical-coordinate representation of color #99A5FD: hue angle of 232.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99A5FD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 165 | 253 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.01 |
| HSL | 232.8º | 0.96% | 0.8% | - |
| HSV(B) | 232.8º | 0.4% | 0.99% | - |
| XYZ | 44.32 | 40.77 | 98.46 | - |
| YUV | 171.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 253 | 0.40 | 0.35 | 0 | 0.01 | 232.8 | 0.96 | 0.8 |
| Hex | 99 | A5 | FD | 28 | 23 | 0 | 1 | E9 | 60 | 50 |
| Octal | 231 | 245 | 375 | 50 | 43 | 0 | 1 | 351 | 140 | 120 |
| Binary | 10011001 | 10100101 | 11111101 | 101000 | 100011 | 0 | 1 | 11101001 | 1100000 | 1010000 |
Color Harmonies of #99A5FD
Complementary color
Monochromatic Colors of #99A5FD
Black with #99A5FD
Text Example
Text Example
White with #99A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5FD; }
p { color: rgb(153,165,253); }
H1.HeaderClassName
{
color: #99A5FD;
}
.AnyTagClassName
{
color: #99A5FD;
}
</style>
background-color css
<style>
a { background-color: #99A5FD; }
a { background-color: rgb(153,165,253); }
div.DivClassName
{
background-color: #99A5FD;
}
.BgClassName
{
background-color: #99A5FD;
}
</style>
border-color css
<style>
span { border-color: #99A5FD; }
span { border-color: rgb(153,165,253); }
td.TdClassName
{
border-color: #99A5FD;
}
.TagClassName
{
border-color: #99A5FD;
}
</style>