Shades of Light Slate Blue #937BFD
Tints of Light Slate Blue #937BFD
RGB
CMYK
RGB Variations
Color information
#937BFD (or 0x937BFD) is known color: Light Slate Blue. HEX triplet: 93, 7B and FD. RGB value is (147,123,253). Sum of RGB (Red+Green+Blue) = 147+123+253=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #937BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937BFD is #6C8402. Grayscale: #909090. Windows color (decimal): -7111683 or 16612243. OLE color: 16612243.
HSL color Cylindrical-coordinate representation of color #937BFD: hue angle of 251.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #937BFD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 123 | 253 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.01 |
| HSL | 251.08º | 0.97% | 0.74% | - |
| HSV(B) | 251.08º | 0.51% | 0.99% | - |
| XYZ | 36.85 | 27.46 | 96.29 | - |
| YUV | 145 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 253 | 0.42 | 0.51 | 0 | 0.01 | 251.08 | 0.97 | 0.74 |
| Hex | 93 | 7B | FD | 2A | 33 | 0 | 1 | FB | 61 | 4A |
| Octal | 223 | 173 | 375 | 52 | 63 | 0 | 1 | 373 | 141 | 112 |
| Binary | 10010011 | 1111011 | 11111101 | 101010 | 110011 | 0 | 1 | 11111011 | 1100001 | 1001010 |
Color Harmonies of #937BFD
Complementary color
Monochromatic Colors of #937BFD
Black with #937BFD
Text Example
Text Example
White with #937BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BFD; }
p { color: rgb(147,123,253); }
H1.HeaderClassName
{
color: #937BFD;
}
.AnyTagClassName
{
color: #937BFD;
}
</style>
background-color css
<style>
a { background-color: #937BFD; }
a { background-color: rgb(147,123,253); }
div.DivClassName
{
background-color: #937BFD;
}
.BgClassName
{
background-color: #937BFD;
}
</style>
border-color css
<style>
span { border-color: #937BFD; }
span { border-color: rgb(147,123,253); }
td.TdClassName
{
border-color: #937BFD;
}
.TagClassName
{
border-color: #937BFD;
}
</style>