Shades of Perano #93A9FD
Tints of Perano #93A9FD
RGB
CMYK
RGB Variations
Color information
#93A9FD (or 0x93A9FD) is known color: Perano. HEX triplet: 93, A9 and FD. RGB value is (147,169,253). Sum of RGB (Red+Green+Blue) = 147+169+253=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #93A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A9FD is #6C5602. Grayscale: #ABABAB. Windows color (decimal): -7099907 or 16624019. OLE color: 16624019.
HSL color Cylindrical-coordinate representation of color #93A9FD: hue angle of 227.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A9FD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 169 | 253 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.01 |
| HSL | 227.55º | 0.96% | 0.78% | - |
| HSV(B) | 227.55º | 0.42% | 0.99% | - |
| XYZ | 43.95 | 41.67 | 98.66 | - |
| YUV | 172 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 253 | 0.42 | 0.33 | 0 | 0.01 | 227.55 | 0.96 | 0.78 |
| Hex | 93 | A9 | FD | 2A | 21 | 0 | 1 | E4 | 60 | 4E |
| Octal | 223 | 251 | 375 | 52 | 41 | 0 | 1 | 344 | 140 | 116 |
| Binary | 10010011 | 10101001 | 11111101 | 101010 | 100001 | 0 | 1 | 11100100 | 1100000 | 1001110 |
Color Harmonies of #93A9FD
Complementary color
Monochromatic Colors of #93A9FD
Black with #93A9FD
Text Example
Text Example
White with #93A9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A9FD; }
p { color: rgb(147,169,253); }
H1.HeaderClassName
{
color: #93A9FD;
}
.AnyTagClassName
{
color: #93A9FD;
}
</style>
background-color css
<style>
a { background-color: #93A9FD; }
a { background-color: rgb(147,169,253); }
div.DivClassName
{
background-color: #93A9FD;
}
.BgClassName
{
background-color: #93A9FD;
}
</style>
border-color css
<style>
span { border-color: #93A9FD; }
span { border-color: rgb(147,169,253); }
td.TdClassName
{
border-color: #93A9FD;
}
.TagClassName
{
border-color: #93A9FD;
}
</style>