Shades of Medium Slate Blue #8275EA
Tints of Medium Slate Blue #8275EA
RGB
CMYK
RGB Variations
Color information
#8275EA (or 0x8275EA) is known color: Medium Slate Blue. HEX triplet: 82, 75 and EA. RGB value is (130,117,234). Sum of RGB (Red+Green+Blue) = 130+117+234=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8275EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8275EA is #7D8A15. Grayscale: #858585. Windows color (decimal): -8227350 or 15365506. OLE color: 15365506.
HSL color Cylindrical-coordinate representation of color #8275EA: hue angle of 246.67º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8275EA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 117 | 234 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.08 |
| HSL | 246.67º | 0.74% | 0.69% | - |
| HSV(B) | 246.67º | 0.5% | 0.92% | - |
| XYZ | 30.42 | 23.41 | 80.76 | - |
| YUV | 134.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 234 | 0.44 | 0.5 | 0 | 0.08 | 246.67 | 0.74 | 0.69 |
| Hex | 82 | 75 | EA | 2C | 32 | 0 | 8 | F7 | 4A | 45 |
| Octal | 202 | 165 | 352 | 54 | 62 | 0 | 10 | 367 | 112 | 105 |
| Binary | 10000010 | 1110101 | 11101010 | 101100 | 110010 | 0 | 1000 | 11110111 | 1001010 | 1000101 |
Color Harmonies of #8275EA
Complementary color
Monochromatic Colors of #8275EA
Black with #8275EA
Text Example
Text Example
White with #8275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8275EA; }
p { color: rgb(130,117,234); }
H1.HeaderClassName
{
color: #8275EA;
}
.AnyTagClassName
{
color: #8275EA;
}
</style>
background-color css
<style>
a { background-color: #8275EA; }
a { background-color: rgb(130,117,234); }
div.DivClassName
{
background-color: #8275EA;
}
.BgClassName
{
background-color: #8275EA;
}
</style>
border-color css
<style>
span { border-color: #8275EA; }
span { border-color: rgb(130,117,234); }
td.TdClassName
{
border-color: #8275EA;
}
.TagClassName
{
border-color: #8275EA;
}
</style>