Shades of Perano #99A1FD
Tints of Perano #99A1FD
RGB
CMYK
RGB Variations
Color information
#99A1FD (or 0x99A1FD) is known color: Perano. HEX triplet: 99, A1 and FD. RGB value is (153,161,253). Sum of RGB (Red+Green+Blue) = 153+161+253=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #99A1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A1FD is #665E02. Grayscale: #A8A8A8. Windows color (decimal): -6708739 or 16621977. OLE color: 16621977.
HSL color Cylindrical-coordinate representation of color #99A1FD: hue angle of 235.2º 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 #99A1FD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 161 | 253 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.01 |
| HSL | 235.2º | 0.96% | 0.8% | - |
| HSV(B) | 235.2º | 0.4% | 0.99% | - |
| XYZ | 43.61 | 39.35 | 98.23 | - |
| YUV | 169.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 253 | 0.40 | 0.36 | 0 | 0.01 | 235.2 | 0.96 | 0.8 |
| Hex | 99 | A1 | FD | 28 | 24 | 0 | 1 | EB | 60 | 50 |
| Octal | 231 | 241 | 375 | 50 | 44 | 0 | 1 | 353 | 140 | 120 |
| Binary | 10011001 | 10100001 | 11111101 | 101000 | 100100 | 0 | 1 | 11101011 | 1100000 | 1010000 |
Color Harmonies of #99A1FD
Complementary color
Monochromatic Colors of #99A1FD
Black with #99A1FD
Text Example
Text Example
White with #99A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A1FD; }
p { color: rgb(153,161,253); }
H1.HeaderClassName
{
color: #99A1FD;
}
.AnyTagClassName
{
color: #99A1FD;
}
</style>
background-color css
<style>
a { background-color: #99A1FD; }
a { background-color: rgb(153,161,253); }
div.DivClassName
{
background-color: #99A1FD;
}
.BgClassName
{
background-color: #99A1FD;
}
</style>
border-color css
<style>
span { border-color: #99A1FD; }
span { border-color: rgb(153,161,253); }
td.TdClassName
{
border-color: #99A1FD;
}
.TagClassName
{
border-color: #99A1FD;
}
</style>