Shades of Perano #99A4FD
Tints of Perano #99A4FD
RGB
CMYK
RGB Variations
Color information
#99A4FD (or 0x99A4FD) is known color: Perano. HEX triplet: 99, A4 and FD. RGB value is (153,164,253). Sum of RGB (Red+Green+Blue) = 153+164+253=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #99A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4FD is #665B02. Grayscale: #AAAAAA. Windows color (decimal): -6707971 or 16622745. OLE color: 16622745.
HSL color Cylindrical-coordinate representation of color #99A4FD: hue angle of 233.4º 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 #99A4FD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 164 | 253 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.01 |
| HSL | 233.4º | 0.96% | 0.8% | - |
| HSV(B) | 233.4º | 0.4% | 0.99% | - |
| XYZ | 44.14 | 40.42 | 98.4 | - |
| YUV | 170.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 253 | 0.40 | 0.35 | 0 | 0.01 | 233.4 | 0.96 | 0.8 |
| Hex | 99 | A4 | FD | 28 | 23 | 0 | 1 | E9 | 60 | 50 |
| Octal | 231 | 244 | 375 | 50 | 43 | 0 | 1 | 351 | 140 | 120 |
| Binary | 10011001 | 10100100 | 11111101 | 101000 | 100011 | 0 | 1 | 11101001 | 1100000 | 1010000 |
Color Harmonies of #99A4FD
Complementary color
Monochromatic Colors of #99A4FD
Black with #99A4FD
Text Example
Text Example
White with #99A4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4FD; }
p { color: rgb(153,164,253); }
H1.HeaderClassName
{
color: #99A4FD;
}
.AnyTagClassName
{
color: #99A4FD;
}
</style>
background-color css
<style>
a { background-color: #99A4FD; }
a { background-color: rgb(153,164,253); }
div.DivClassName
{
background-color: #99A4FD;
}
.BgClassName
{
background-color: #99A4FD;
}
</style>
border-color css
<style>
span { border-color: #99A4FD; }
span { border-color: rgb(153,164,253); }
td.TdClassName
{
border-color: #99A4FD;
}
.TagClassName
{
border-color: #99A4FD;
}
</style>