Shades of Light Slate Blue #8B7DF2
Tints of Light Slate Blue #8B7DF2
RGB
CMYK
RGB Variations
Color information
#8B7DF2 (or 0x8B7DF2) is known color: Light Slate Blue. HEX triplet: 8B, 7D and F2. RGB value is (139,125,242). Sum of RGB (Red+Green+Blue) = 139+125+242=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7DF2 is #74820D. Grayscale: #8E8E8E. Windows color (decimal): -7635470 or 15891851. OLE color: 15891851.
HSL color Cylindrical-coordinate representation of color #8B7DF2: hue angle of 247.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B7DF2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 125 | 242 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.05 |
| HSL | 247.18º | 0.82% | 0.72% | - |
| HSV(B) | 247.18º | 0.48% | 0.95% | - |
| XYZ | 34.01 | 26.57 | 87.34 | - |
| YUV | 142.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 125 | 242 | 0.43 | 0.48 | 0 | 0.05 | 247.18 | 0.82 | 0.72 |
| Hex | 8B | 7D | F2 | 2B | 30 | 0 | 5 | F7 | 52 | 48 |
| Octal | 213 | 175 | 362 | 53 | 60 | 0 | 5 | 367 | 122 | 110 |
| Binary | 10001011 | 1111101 | 11110010 | 101011 | 110000 | 0 | 101 | 11110111 | 1010010 | 1001000 |
Color Harmonies of #8B7DF2
Complementary color
Monochromatic Colors of #8B7DF2
Black with #8B7DF2
Text Example
Text Example
White with #8B7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7DF2; }
p { color: rgb(139,125,242); }
H1.HeaderClassName
{
color: #8B7DF2;
}
.AnyTagClassName
{
color: #8B7DF2;
}
</style>
background-color css
<style>
a { background-color: #8B7DF2; }
a { background-color: rgb(139,125,242); }
div.DivClassName
{
background-color: #8B7DF2;
}
.BgClassName
{
background-color: #8B7DF2;
}
</style>
border-color css
<style>
span { border-color: #8B7DF2; }
span { border-color: rgb(139,125,242); }
td.TdClassName
{
border-color: #8B7DF2;
}
.TagClassName
{
border-color: #8B7DF2;
}
</style>