#9090FF (or 0x9090FF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 90 and FF. RGB value is (144,144,255). Sum of RGB (Red+Green+Blue) = 144+144+255=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #9090FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FF is #6F6F00. Grayscale: #9C9C9C. Windows color (decimal): -7302913 or 16748688. OLE color: 16748688.
HSL color Cylindrical-coordinate representation of color #9090FF: hue angle of 240º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9090FF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #9090FF; } p { color: rgb(144,144,255); } H1.HeaderClassName { color: #9090FF; } .AnyTagClassName { color: #9090FF; } </style>
<style> a { background-color: #9090FF; } a { background-color: rgb(144,144,255); } div.DivClassName { background-color: #9090FF; } .BgClassName { background-color: #9090FF; } </style>
<style> span { border-color: #9090FF; } span { border-color: rgb(144,144,255); } td.TdClassName { border-color: #9090FF; } .TagClassName { border-color: #9090FF; } </style>