Shades of Light Slate Blue #907BFD
Tints of Light Slate Blue #907BFD
RGB
CMYK
RGB Variations
Color information
#907BFD (or 0x907BFD) is known color: Light Slate Blue. HEX triplet: 90, 7B and FD. RGB value is (144,123,253). Sum of RGB (Red+Green+Blue) = 144+123+253=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #907BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907BFD is #6F8402. Grayscale: #8F8F8F. Windows color (decimal): -7308291 or 16612240. OLE color: 16612240.
HSL color Cylindrical-coordinate representation of color #907BFD: hue angle of 249.69º 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 #907BFD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 123 | 253 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.01 |
| HSL | 249.69º | 0.97% | 0.74% | - |
| HSV(B) | 249.69º | 0.51% | 0.99% | - |
| XYZ | 36.31 | 27.19 | 96.26 | - |
| YUV | 144.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 253 | 0.43 | 0.51 | 0 | 0.01 | 249.69 | 0.97 | 0.74 |
| Hex | 90 | 7B | FD | 2B | 33 | 0 | 1 | FA | 61 | 4A |
| Octal | 220 | 173 | 375 | 53 | 63 | 0 | 1 | 372 | 141 | 112 |
| Binary | 10010000 | 1111011 | 11111101 | 101011 | 110011 | 0 | 1 | 11111010 | 1100001 | 1001010 |
Color Harmonies of #907BFD
Complementary color
Monochromatic Colors of #907BFD
Black with #907BFD
Text Example
Text Example
White with #907BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BFD; }
p { color: rgb(144,123,253); }
H1.HeaderClassName
{
color: #907BFD;
}
.AnyTagClassName
{
color: #907BFD;
}
</style>
background-color css
<style>
a { background-color: #907BFD; }
a { background-color: rgb(144,123,253); }
div.DivClassName
{
background-color: #907BFD;
}
.BgClassName
{
background-color: #907BFD;
}
</style>
border-color css
<style>
span { border-color: #907BFD; }
span { border-color: rgb(144,123,253); }
td.TdClassName
{
border-color: #907BFD;
}
.TagClassName
{
border-color: #907BFD;
}
</style>