Shades of Light Slate Blue #8374FF
Tints of Light Slate Blue #8374FF
RGB
CMYK
RGB Variations
Color information
#8374FF (or 0x8374FF) is known color: Light Slate Blue. HEX triplet: 83, 74 and FF. RGB value is (131,116,255). Sum of RGB (Red+Green+Blue) = 131+116+255=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8374FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8374FF is #7C8B00. Grayscale: #878787. Windows color (decimal): -8162049 or 16741507. OLE color: 16741507.
HSL color Cylindrical-coordinate representation of color #8374FF: hue angle of 246.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8374FF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 116 | 255 | - |
| CMYK | 0.49 | 0.55 | 0 | 0 |
| HSL | 246.47º | 1% | 0.73% | - |
| HSV(B) | 246.47º | 0.55% | 1% | - |
| XYZ | 33.66 | 24.54 | 97.57 | - |
| YUV | 136.33 | 194.97 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 255 | 0.49 | 0.55 | 0 | 0 | 246.47 | 1 | 0.73 |
| Hex | 83 | 74 | FF | 31 | 37 | 0 | 0 | F6 | 64 | 49 |
| Octal | 203 | 164 | 377 | 61 | 67 | 0 | 0 | 366 | 144 | 111 |
| Binary | 10000011 | 1110100 | 11111111 | 110001 | 110111 | 0 | 0 | 11110110 | 1100100 | 1001001 |
Color Harmonies of #8374FF
Complementary color
Monochromatic Colors of #8374FF
Black with #8374FF
Text Example
Text Example
White with #8374FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374FF; }
p { color: rgb(131,116,255); }
H1.HeaderClassName
{
color: #8374FF;
}
.AnyTagClassName
{
color: #8374FF;
}
</style>
background-color css
<style>
a { background-color: #8374FF; }
a { background-color: rgb(131,116,255); }
div.DivClassName
{
background-color: #8374FF;
}
.BgClassName
{
background-color: #8374FF;
}
</style>
border-color css
<style>
span { border-color: #8374FF; }
span { border-color: rgb(131,116,255); }
td.TdClassName
{
border-color: #8374FF;
}
.TagClassName
{
border-color: #8374FF;
}
</style>