Shades of Light Slate Blue #9B8FF3
Tints of Light Slate Blue #9B8FF3
RGB
CMYK
RGB Variations
Color information
#9B8FF3 (or 0x9B8FF3) is known color: Light Slate Blue. HEX triplet: 9B, 8F and F3. RGB value is (155,143,243). Sum of RGB (Red+Green+Blue) = 155+143+243=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B8FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8FF3 is #64700C. Grayscale: #9D9D9D. Windows color (decimal): -6582285 or 15962011. OLE color: 15962011.
HSL color Cylindrical-coordinate representation of color #9B8FF3: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8FF3 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 143 | 243 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.05 |
| HSL | 247.2º | 0.81% | 0.76% | - |
| HSV(B) | 247.2º | 0.41% | 0.95% | - |
| XYZ | 39.52 | 33.08 | 89.1 | - |
| YUV | 157.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 243 | 0.36 | 0.41 | 0 | 0.05 | 247.2 | 0.81 | 0.76 |
| Hex | 9B | 8F | F3 | 24 | 29 | 0 | 5 | F7 | 51 | 4C |
| Octal | 233 | 217 | 363 | 44 | 51 | 0 | 5 | 367 | 121 | 114 |
| Binary | 10011011 | 10001111 | 11110011 | 100100 | 101001 | 0 | 101 | 11110111 | 1010001 | 1001100 |
Color Harmonies of #9B8FF3
Complementary color
Monochromatic Colors of #9B8FF3
Black with #9B8FF3
Text Example
Text Example
White with #9B8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FF3; }
p { color: rgb(155,143,243); }
H1.HeaderClassName
{
color: #9B8FF3;
}
.AnyTagClassName
{
color: #9B8FF3;
}
</style>
background-color css
<style>
a { background-color: #9B8FF3; }
a { background-color: rgb(155,143,243); }
div.DivClassName
{
background-color: #9B8FF3;
}
.BgClassName
{
background-color: #9B8FF3;
}
</style>
border-color css
<style>
span { border-color: #9B8FF3; }
span { border-color: rgb(155,143,243); }
td.TdClassName
{
border-color: #9B8FF3;
}
.TagClassName
{
border-color: #9B8FF3;
}
</style>