Shades of Light Slate Blue #8673FE
Tints of Light Slate Blue #8673FE
RGB
CMYK
RGB Variations
Color information
#8673FE (or 0x8673FE) is known color: Light Slate Blue. HEX triplet: 86, 73 and FE. RGB value is (134,115,254). Sum of RGB (Red+Green+Blue) = 134+115+254=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8673FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8673FE is #798C01. Grayscale: #878787. Windows color (decimal): -7965698 or 16675718. OLE color: 16675718.
HSL color Cylindrical-coordinate representation of color #8673FE: hue angle of 248.2º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8673FE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 115 | 254 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.00 |
| HSL | 248.2º | 0.99% | 0.72% | - |
| HSV(B) | 248.2º | 0.55% | 1% | - |
| XYZ | 33.85 | 24.49 | 96.71 | - |
| YUV | 136.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 254 | 0.47 | 0.55 | 0 | 0.00 | 248.2 | 0.99 | 0.72 |
| Hex | 86 | 73 | FE | 2F | 37 | 0 | 0 | F8 | 63 | 48 |
| Octal | 206 | 163 | 376 | 57 | 67 | 0 | 0 | 370 | 143 | 110 |
| Binary | 10000110 | 1110011 | 11111110 | 101111 | 110111 | 0 | 0 | 11111000 | 1100011 | 1001000 |
Color Harmonies of #8673FE
Complementary color
Monochromatic Colors of #8673FE
Black with #8673FE
Text Example
Text Example
White with #8673FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8673FE; }
p { color: rgb(134,115,254); }
H1.HeaderClassName
{
color: #8673FE;
}
.AnyTagClassName
{
color: #8673FE;
}
</style>
background-color css
<style>
a { background-color: #8673FE; }
a { background-color: rgb(134,115,254); }
div.DivClassName
{
background-color: #8673FE;
}
.BgClassName
{
background-color: #8673FE;
}
</style>
border-color css
<style>
span { border-color: #8673FE; }
span { border-color: rgb(134,115,254); }
td.TdClassName
{
border-color: #8673FE;
}
.TagClassName
{
border-color: #8673FE;
}
</style>