Shades of Light Slate Blue #8667FB
Tints of Light Slate Blue #8667FB
RGB
CMYK
RGB Variations
Color information
#8667FB (or 0x8667FB) is known color: Light Slate Blue. HEX triplet: 86, 67 and FB. RGB value is (134,103,251). Sum of RGB (Red+Green+Blue) = 134+103+251=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #8667FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8667FB is #799804. Grayscale: #808080. Windows color (decimal): -7968773 or 16476038. OLE color: 16476038.
HSL color Cylindrical-coordinate representation of color #8667FB: hue angle of 252.57º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8667FB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 103 | 251 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.02 |
| HSL | 252.57º | 0.95% | 0.69% | - |
| HSV(B) | 252.57º | 0.59% | 0.98% | - |
| XYZ | 32.09 | 21.73 | 93.77 | - |
| YUV | 129.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 251 | 0.47 | 0.59 | 0 | 0.02 | 252.57 | 0.95 | 0.69 |
| Hex | 86 | 67 | FB | 2F | 3B | 0 | 2 | FD | 5F | 45 |
| Octal | 206 | 147 | 373 | 57 | 73 | 0 | 2 | 375 | 137 | 105 |
| Binary | 10000110 | 1100111 | 11111011 | 101111 | 111011 | 0 | 10 | 11111101 | 1011111 | 1000101 |
Color Harmonies of #8667FB
Complementary color
Monochromatic Colors of #8667FB
Black with #8667FB
Text Example
Text Example
White with #8667FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8667FB; }
p { color: rgb(134,103,251); }
H1.HeaderClassName
{
color: #8667FB;
}
.AnyTagClassName
{
color: #8667FB;
}
</style>
background-color css
<style>
a { background-color: #8667FB; }
a { background-color: rgb(134,103,251); }
div.DivClassName
{
background-color: #8667FB;
}
.BgClassName
{
background-color: #8667FB;
}
</style>
border-color css
<style>
span { border-color: #8667FB; }
span { border-color: rgb(134,103,251); }
td.TdClassName
{
border-color: #8667FB;
}
.TagClassName
{
border-color: #8667FB;
}
</style>