Shades of Perano #99A3FA
Tints of Perano #99A3FA
RGB
CMYK
RGB Variations
Color information
#99A3FA (or 0x99A3FA) is known color: Perano. HEX triplet: 99, A3 and FA. RGB value is (153,163,250). Sum of RGB (Red+Green+Blue) = 153+163+250=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #99A3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A3FA is #665C05. Grayscale: #A9A9A9. Windows color (decimal): -6708230 or 16425881. OLE color: 16425881.
HSL color Cylindrical-coordinate representation of color #99A3FA: hue angle of 233.81º degrees, saturation: 0.91, 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 #99A3FA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 163 | 250 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.02 |
| HSL | 233.81º | 0.91% | 0.79% | - |
| HSV(B) | 233.81º | 0.39% | 0.98% | - |
| XYZ | 43.49 | 39.87 | 95.85 | - |
| YUV | 169.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 250 | 0.39 | 0.35 | 0 | 0.02 | 233.81 | 0.91 | 0.79 |
| Hex | 99 | A3 | FA | 27 | 23 | 0 | 2 | EA | 5B | 4F |
| Octal | 231 | 243 | 372 | 47 | 43 | 0 | 2 | 352 | 133 | 117 |
| Binary | 10011001 | 10100011 | 11111010 | 100111 | 100011 | 0 | 10 | 11101010 | 1011011 | 1001111 |
Color Harmonies of #99A3FA
Complementary color
Monochromatic Colors of #99A3FA
Black with #99A3FA
Text Example
Text Example
White with #99A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3FA; }
p { color: rgb(153,163,250); }
H1.HeaderClassName
{
color: #99A3FA;
}
.AnyTagClassName
{
color: #99A3FA;
}
</style>
background-color css
<style>
a { background-color: #99A3FA; }
a { background-color: rgb(153,163,250); }
div.DivClassName
{
background-color: #99A3FA;
}
.BgClassName
{
background-color: #99A3FA;
}
</style>
border-color css
<style>
span { border-color: #99A3FA; }
span { border-color: rgb(153,163,250); }
td.TdClassName
{
border-color: #99A3FA;
}
.TagClassName
{
border-color: #99A3FA;
}
</style>