Shades of Light Slate Blue #8273FD
Tints of Light Slate Blue #8273FD
RGB
CMYK
RGB Variations
Color information
#8273FD (or 0x8273FD) is known color: Light Slate Blue. HEX triplet: 82, 73 and FD. RGB value is (130,115,253). Sum of RGB (Red+Green+Blue) = 130+115+253=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #8273FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273FD is #7D8C02. Grayscale: #868686. Windows color (decimal): -8227843 or 16610178. OLE color: 16610178.
HSL color Cylindrical-coordinate representation of color #8273FD: hue angle of 246.52º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8273FD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 115 | 253 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.01 |
| HSL | 246.52º | 0.97% | 0.72% | - |
| HSV(B) | 246.52º | 0.55% | 0.99% | - |
| XYZ | 33.07 | 24.1 | 95.84 | - |
| YUV | 135.22 | 194.47 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 253 | 0.49 | 0.55 | 0 | 0.01 | 246.52 | 0.97 | 0.72 |
| Hex | 82 | 73 | FD | 31 | 37 | 0 | 1 | F7 | 61 | 48 |
| Octal | 202 | 163 | 375 | 61 | 67 | 0 | 1 | 367 | 141 | 110 |
| Binary | 10000010 | 1110011 | 11111101 | 110001 | 110111 | 0 | 1 | 11110111 | 1100001 | 1001000 |
Color Harmonies of #8273FD
Complementary color
Monochromatic Colors of #8273FD
Black with #8273FD
Text Example
Text Example
White with #8273FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8273FD; }
p { color: rgb(130,115,253); }
H1.HeaderClassName
{
color: #8273FD;
}
.AnyTagClassName
{
color: #8273FD;
}
</style>
background-color css
<style>
a { background-color: #8273FD; }
a { background-color: rgb(130,115,253); }
div.DivClassName
{
background-color: #8273FD;
}
.BgClassName
{
background-color: #8273FD;
}
</style>
border-color css
<style>
span { border-color: #8273FD; }
span { border-color: rgb(130,115,253); }
td.TdClassName
{
border-color: #8273FD;
}
.TagClassName
{
border-color: #8273FD;
}
</style>