Shades of Perano #94ABFD
Tints of Perano #94ABFD
RGB
CMYK
RGB Variations
Color information
#94ABFD (or 0x94ABFD) is known color: Perano. HEX triplet: 94, AB and FD. RGB value is (148,171,253). Sum of RGB (Red+Green+Blue) = 148+171+253=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #94ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABFD is #6B5402. Grayscale: #ADADAD. Windows color (decimal): -7033859 or 16624532. OLE color: 16624532.
HSL color Cylindrical-coordinate representation of color #94ABFD: hue angle of 226.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94ABFD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 171 | 253 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.01 |
| HSL | 226.86º | 0.96% | 0.79% | - |
| HSV(B) | 226.86º | 0.42% | 0.99% | - |
| XYZ | 44.51 | 42.51 | 98.79 | - |
| YUV | 173.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 253 | 0.42 | 0.32 | 0 | 0.01 | 226.86 | 0.96 | 0.79 |
| Hex | 94 | AB | FD | 2A | 20 | 0 | 1 | E3 | 60 | 4F |
| Octal | 224 | 253 | 375 | 52 | 40 | 0 | 1 | 343 | 140 | 117 |
| Binary | 10010100 | 10101011 | 11111101 | 101010 | 100000 | 0 | 1 | 11100011 | 1100000 | 1001111 |
Color Harmonies of #94ABFD
Complementary color
Monochromatic Colors of #94ABFD
Black with #94ABFD
Text Example
Text Example
White with #94ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABFD; }
p { color: rgb(148,171,253); }
H1.HeaderClassName
{
color: #94ABFD;
}
.AnyTagClassName
{
color: #94ABFD;
}
</style>
background-color css
<style>
a { background-color: #94ABFD; }
a { background-color: rgb(148,171,253); }
div.DivClassName
{
background-color: #94ABFD;
}
.BgClassName
{
background-color: #94ABFD;
}
</style>
border-color css
<style>
span { border-color: #94ABFD; }
span { border-color: rgb(148,171,253); }
td.TdClassName
{
border-color: #94ABFD;
}
.TagClassName
{
border-color: #94ABFD;
}
</style>