Shades of Perano #98A8EA
Tints of Perano #98A8EA
RGB
CMYK
RGB Variations
Color information
#98A8EA (or 0x98A8EA) is known color: Perano. HEX triplet: 98, A8 and EA. RGB value is (152,168,234). Sum of RGB (Red+Green+Blue) = 152+168+234=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #98A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A8EA is #675715. Grayscale: #AAAAAA. Windows color (decimal): -6772502 or 15378584. OLE color: 15378584.
HSL color Cylindrical-coordinate representation of color #98A8EA: hue angle of 228.29º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98A8EA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 168 | 234 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.08 |
| HSL | 228.29º | 0.66% | 0.76% | - |
| HSV(B) | 228.29º | 0.35% | 0.92% | - |
| XYZ | 41.8 | 40.62 | 83.48 | - |
| YUV | 170.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 234 | 0.35 | 0.28 | 0 | 0.08 | 228.29 | 0.66 | 0.76 |
| Hex | 98 | A8 | EA | 23 | 1C | 0 | 8 | E4 | 42 | 4C |
| Octal | 230 | 250 | 352 | 43 | 34 | 0 | 10 | 344 | 102 | 114 |
| Binary | 10011000 | 10101000 | 11101010 | 100011 | 11100 | 0 | 1000 | 11100100 | 1000010 | 1001100 |
Color Harmonies of #98A8EA
Complementary color
Monochromatic Colors of #98A8EA
Black with #98A8EA
Text Example
Text Example
White with #98A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8EA; }
p { color: rgb(152,168,234); }
H1.HeaderClassName
{
color: #98A8EA;
}
.AnyTagClassName
{
color: #98A8EA;
}
</style>
background-color css
<style>
a { background-color: #98A8EA; }
a { background-color: rgb(152,168,234); }
div.DivClassName
{
background-color: #98A8EA;
}
.BgClassName
{
background-color: #98A8EA;
}
</style>
border-color css
<style>
span { border-color: #98A8EA; }
span { border-color: rgb(152,168,234); }
td.TdClassName
{
border-color: #98A8EA;
}
.TagClassName
{
border-color: #98A8EA;
}
</style>