Shades of Perano #93B0FF
Tints of Perano #93B0FF
RGB
CMYK
RGB Variations
Color information
#93B0FF (or 0x93B0FF) is known color: Perano. HEX triplet: 93, B0 and FF. RGB value is (147,176,255). Sum of RGB (Red+Green+Blue) = 147+176+255=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #93B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B0FF is #6C4F00. Grayscale: #AFAFAF. Windows color (decimal): -7098113 or 16756883. OLE color: 16756883.
HSL color Cylindrical-coordinate representation of color #93B0FF: hue angle of 223.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B0FF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 176 | 255 | - |
| CMYK | 0.42 | 0.31 | 0 | 0 |
| HSL | 223.89º | 1% | 0.79% | - |
| HSV(B) | 223.89º | 0.42% | 1% | - |
| XYZ | 45.61 | 44.47 | 100.79 | - |
| YUV | 176.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 255 | 0.42 | 0.31 | 0 | 0 | 223.89 | 1 | 0.79 |
| Hex | 93 | B0 | FF | 2A | 1F | 0 | 0 | E0 | 64 | 4F |
| Octal | 223 | 260 | 377 | 52 | 37 | 0 | 0 | 340 | 144 | 117 |
| Binary | 10010011 | 10110000 | 11111111 | 101010 | 11111 | 0 | 0 | 11100000 | 1100100 | 1001111 |
Color Harmonies of #93B0FF
Complementary color
Monochromatic Colors of #93B0FF
Black with #93B0FF
Text Example
Text Example
White with #93B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B0FF; }
p { color: rgb(147,176,255); }
H1.HeaderClassName
{
color: #93B0FF;
}
.AnyTagClassName
{
color: #93B0FF;
}
</style>
background-color css
<style>
a { background-color: #93B0FF; }
a { background-color: rgb(147,176,255); }
div.DivClassName
{
background-color: #93B0FF;
}
.BgClassName
{
background-color: #93B0FF;
}
</style>
border-color css
<style>
span { border-color: #93B0FF; }
span { border-color: rgb(147,176,255); }
td.TdClassName
{
border-color: #93B0FF;
}
.TagClassName
{
border-color: #93B0FF;
}
</style>