Shades of Perano #93A8FD
Tints of Perano #93A8FD
RGB
CMYK
RGB Variations
Color information
#93A8FD (or 0x93A8FD) is known color: Perano. HEX triplet: 93, A8 and FD. RGB value is (147,168,253). Sum of RGB (Red+Green+Blue) = 147+168+253=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #93A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8FD is #6C5702. Grayscale: #ABABAB. Windows color (decimal): -7100163 or 16623763. OLE color: 16623763.
HSL color Cylindrical-coordinate representation of color #93A8FD: hue angle of 228.11º 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 #93A8FD is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 168 | 253 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.01 |
| HSL | 228.11º | 0.96% | 0.78% | - |
| HSV(B) | 228.11º | 0.42% | 0.99% | - |
| XYZ | 43.76 | 41.3 | 98.59 | - |
| YUV | 171.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 253 | 0.42 | 0.34 | 0 | 0.01 | 228.11 | 0.96 | 0.78 |
| Hex | 93 | A8 | FD | 2A | 22 | 0 | 1 | E4 | 60 | 4E |
| Octal | 223 | 250 | 375 | 52 | 42 | 0 | 1 | 344 | 140 | 116 |
| Binary | 10010011 | 10101000 | 11111101 | 101010 | 100010 | 0 | 1 | 11100100 | 1100000 | 1001110 |
Color Harmonies of #93A8FD
Complementary color
Monochromatic Colors of #93A8FD
Black with #93A8FD
Text Example
Text Example
White with #93A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8FD; }
p { color: rgb(147,168,253); }
H1.HeaderClassName
{
color: #93A8FD;
}
.AnyTagClassName
{
color: #93A8FD;
}
</style>
background-color css
<style>
a { background-color: #93A8FD; }
a { background-color: rgb(147,168,253); }
div.DivClassName
{
background-color: #93A8FD;
}
.BgClassName
{
background-color: #93A8FD;
}
</style>
border-color css
<style>
span { border-color: #93A8FD; }
span { border-color: rgb(147,168,253); }
td.TdClassName
{
border-color: #93A8FD;
}
.TagClassName
{
border-color: #93A8FD;
}
</style>