Shades of Light Slate Blue #8672FF
Tints of Light Slate Blue #8672FF
RGB
CMYK
RGB Variations
Color information
#8672FF (or 0x8672FF) is known color: Light Slate Blue. HEX triplet: 86, 72 and FF. RGB value is (134,114,255). Sum of RGB (Red+Green+Blue) = 134+114+255=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8672FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672FF is #798D00. Grayscale: #878787. Windows color (decimal): -7965953 or 16740998. OLE color: 16740998.
HSL color Cylindrical-coordinate representation of color #8672FF: hue angle of 248.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8672FF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 114 | 255 | - |
| CMYK | 0.47 | 0.55 | 0 | 0 |
| HSL | 248.51º | 1% | 0.72% | - |
| HSV(B) | 248.51º | 0.55% | 1% | - |
| XYZ | 33.9 | 24.32 | 97.52 | - |
| YUV | 136.05 | 195.13 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 255 | 0.47 | 0.55 | 0 | 0 | 248.51 | 1 | 0.72 |
| Hex | 86 | 72 | FF | 2F | 37 | 0 | 0 | F9 | 64 | 48 |
| Octal | 206 | 162 | 377 | 57 | 67 | 0 | 0 | 371 | 144 | 110 |
| Binary | 10000110 | 1110010 | 11111111 | 101111 | 110111 | 0 | 0 | 11111001 | 1100100 | 1001000 |
Color Harmonies of #8672FF
Complementary color
Monochromatic Colors of #8672FF
Black with #8672FF
Text Example
Text Example
White with #8672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672FF; }
p { color: rgb(134,114,255); }
H1.HeaderClassName
{
color: #8672FF;
}
.AnyTagClassName
{
color: #8672FF;
}
</style>
background-color css
<style>
a { background-color: #8672FF; }
a { background-color: rgb(134,114,255); }
div.DivClassName
{
background-color: #8672FF;
}
.BgClassName
{
background-color: #8672FF;
}
</style>
border-color css
<style>
span { border-color: #8672FF; }
span { border-color: rgb(134,114,255); }
td.TdClassName
{
border-color: #8672FF;
}
.TagClassName
{
border-color: #8672FF;
}
</style>