Shades of Light Slate Blue #927DF2
Tints of Light Slate Blue #927DF2
RGB
CMYK
RGB Variations
Color information
#927DF2 (or 0x927DF2) is known color: Light Slate Blue. HEX triplet: 92, 7D and F2. RGB value is (146,125,242). Sum of RGB (Red+Green+Blue) = 146+125+242=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #927DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DF2 is #6D820D. Grayscale: #909090. Windows color (decimal): -7176718 or 15891858. OLE color: 15891858.
HSL color Cylindrical-coordinate representation of color #927DF2: hue angle of 250.77º 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 #927DF2 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 125 | 242 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.05 |
| HSL | 250.77º | 0.82% | 0.72% | - |
| HSV(B) | 250.77º | 0.48% | 0.95% | - |
| XYZ | 35.21 | 27.19 | 87.4 | - |
| YUV | 144.62 | 182.96 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 242 | 0.40 | 0.48 | 0 | 0.05 | 250.77 | 0.82 | 0.72 |
| Hex | 92 | 7D | F2 | 28 | 30 | 0 | 5 | FB | 52 | 48 |
| Octal | 222 | 175 | 362 | 50 | 60 | 0 | 5 | 373 | 122 | 110 |
| Binary | 10010010 | 1111101 | 11110010 | 101000 | 110000 | 0 | 101 | 11111011 | 1010010 | 1001000 |
Color Harmonies of #927DF2
Complementary color
Monochromatic Colors of #927DF2
Black with #927DF2
Text Example
Text Example
White with #927DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DF2; }
p { color: rgb(146,125,242); }
H1.HeaderClassName
{
color: #927DF2;
}
.AnyTagClassName
{
color: #927DF2;
}
</style>
background-color css
<style>
a { background-color: #927DF2; }
a { background-color: rgb(146,125,242); }
div.DivClassName
{
background-color: #927DF2;
}
.BgClassName
{
background-color: #927DF2;
}
</style>
border-color css
<style>
span { border-color: #927DF2; }
span { border-color: rgb(146,125,242); }
td.TdClassName
{
border-color: #927DF2;
}
.TagClassName
{
border-color: #927DF2;
}
</style>