Shades of Light Slate Blue #9B80F4
Tints of Light Slate Blue #9B80F4
RGB
CMYK
RGB Variations
Color information
#9B80F4 (or 0x9B80F4) is known color: Light Slate Blue. HEX triplet: 9B, 80 and F4. RGB value is (155,128,244). Sum of RGB (Red+Green+Blue) = 155+128+244=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #9B80F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B80F4 is #647F0B. Grayscale: #949494. Windows color (decimal): -6586124 or 16023707. OLE color: 16023707.
HSL color Cylindrical-coordinate representation of color #9B80F4: hue angle of 253.97º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B80F4 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 128 | 244 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.04 |
| HSL | 253.97º | 0.84% | 0.73% | - |
| HSV(B) | 253.97º | 0.48% | 0.96% | - |
| XYZ | 37.57 | 28.94 | 89.19 | - |
| YUV | 149.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 244 | 0.36 | 0.48 | 0 | 0.04 | 253.97 | 0.84 | 0.73 |
| Hex | 9B | 80 | F4 | 24 | 30 | 0 | 4 | FE | 54 | 49 |
| Octal | 233 | 200 | 364 | 44 | 60 | 0 | 4 | 376 | 124 | 111 |
| Binary | 10011011 | 10000000 | 11110100 | 100100 | 110000 | 0 | 100 | 11111110 | 1010100 | 1001001 |
Color Harmonies of #9B80F4
Complementary color
Monochromatic Colors of #9B80F4
Black with #9B80F4
Text Example
Text Example
White with #9B80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B80F4; }
p { color: rgb(155,128,244); }
H1.HeaderClassName
{
color: #9B80F4;
}
.AnyTagClassName
{
color: #9B80F4;
}
</style>
background-color css
<style>
a { background-color: #9B80F4; }
a { background-color: rgb(155,128,244); }
div.DivClassName
{
background-color: #9B80F4;
}
.BgClassName
{
background-color: #9B80F4;
}
</style>
border-color css
<style>
span { border-color: #9B80F4; }
span { border-color: rgb(155,128,244); }
td.TdClassName
{
border-color: #9B80F4;
}
.TagClassName
{
border-color: #9B80F4;
}
</style>