Shades of Light Slate Blue #8284F3
Tints of Light Slate Blue #8284F3
RGB
CMYK
RGB Variations
Color information
#8284F3 (or 0x8284F3) is known color: Light Slate Blue. HEX triplet: 82, 84 and F3. RGB value is (130,132,243). Sum of RGB (Red+Green+Blue) = 130+132+243=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #8284F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8284F3 is #7D7B0C. Grayscale: #8F8F8F. Windows color (decimal): -8223501 or 15959170. OLE color: 15959170.
HSL color Cylindrical-coordinate representation of color #8284F3: hue angle of 238.94º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8284F3 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 132 | 243 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.05 |
| HSL | 238.94º | 0.82% | 0.73% | - |
| HSV(B) | 238.94º | 0.47% | 0.95% | - |
| XYZ | 33.63 | 27.72 | 88.37 | - |
| YUV | 144.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 243 | 0.47 | 0.46 | 0 | 0.05 | 238.94 | 0.82 | 0.73 |
| Hex | 82 | 84 | F3 | 2F | 2E | 0 | 5 | EF | 52 | 49 |
| Octal | 202 | 204 | 363 | 57 | 56 | 0 | 5 | 357 | 122 | 111 |
| Binary | 10000010 | 10000100 | 11110011 | 101111 | 101110 | 0 | 101 | 11101111 | 1010010 | 1001001 |
Color Harmonies of #8284F3
Complementary color
Monochromatic Colors of #8284F3
Black with #8284F3
Text Example
Text Example
White with #8284F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8284F3; }
p { color: rgb(130,132,243); }
H1.HeaderClassName
{
color: #8284F3;
}
.AnyTagClassName
{
color: #8284F3;
}
</style>
background-color css
<style>
a { background-color: #8284F3; }
a { background-color: rgb(130,132,243); }
div.DivClassName
{
background-color: #8284F3;
}
.BgClassName
{
background-color: #8284F3;
}
</style>
border-color css
<style>
span { border-color: #8284F3; }
span { border-color: rgb(130,132,243); }
td.TdClassName
{
border-color: #8284F3;
}
.TagClassName
{
border-color: #8284F3;
}
</style>