Shades of Perano #93A6FD
Tints of Perano #93A6FD
RGB
CMYK
RGB Variations
Color information
#93A6FD (or 0x93A6FD) is known color: Perano. HEX triplet: 93, A6 and FD. RGB value is (147,166,253). Sum of RGB (Red+Green+Blue) = 147+166+253=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #93A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A6FD is #6C5902. Grayscale: #A9A9A9. Windows color (decimal): -7100675 or 16623251. OLE color: 16623251.
HSL color Cylindrical-coordinate representation of color #93A6FD: hue angle of 229.25º 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 #93A6FD is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 166 | 253 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.01 |
| HSL | 229.25º | 0.96% | 0.78% | - |
| HSV(B) | 229.25º | 0.42% | 0.99% | - |
| XYZ | 43.4 | 40.57 | 98.47 | - |
| YUV | 170.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 253 | 0.42 | 0.34 | 0 | 0.01 | 229.25 | 0.96 | 0.78 |
| Hex | 93 | A6 | FD | 2A | 22 | 0 | 1 | E5 | 60 | 4E |
| Octal | 223 | 246 | 375 | 52 | 42 | 0 | 1 | 345 | 140 | 116 |
| Binary | 10010011 | 10100110 | 11111101 | 101010 | 100010 | 0 | 1 | 11100101 | 1100000 | 1001110 |
Color Harmonies of #93A6FD
Complementary color
Monochromatic Colors of #93A6FD
Black with #93A6FD
Text Example
Text Example
White with #93A6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6FD; }
p { color: rgb(147,166,253); }
H1.HeaderClassName
{
color: #93A6FD;
}
.AnyTagClassName
{
color: #93A6FD;
}
</style>
background-color css
<style>
a { background-color: #93A6FD; }
a { background-color: rgb(147,166,253); }
div.DivClassName
{
background-color: #93A6FD;
}
.BgClassName
{
background-color: #93A6FD;
}
</style>
border-color css
<style>
span { border-color: #93A6FD; }
span { border-color: rgb(147,166,253); }
td.TdClassName
{
border-color: #93A6FD;
}
.TagClassName
{
border-color: #93A6FD;
}
</style>