Shades of Light Slate Blue #736FFD
Tints of Light Slate Blue #736FFD
RGB
CMYK
RGB Variations
Color information
#736FFD (or 0x736FFD) is known color: Light Slate Blue. HEX triplet: 73, 6F and FD. RGB value is (115,111,253). Sum of RGB (Red+Green+Blue) = 115+111+253=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #736FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736FFD is #8C9002. Grayscale: #7F7F7F. Windows color (decimal): -9211907 or 16609139. OLE color: 16609139.
HSL color Cylindrical-coordinate representation of color #736FFD: hue angle of 241.69º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #736FFD is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 111 | 253 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.01 |
| HSL | 241.69º | 0.97% | 0.71% | - |
| HSV(B) | 241.69º | 0.56% | 0.99% | - |
| XYZ | 30.48 | 22.11 | 95.59 | - |
| YUV | 128.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 253 | 0.55 | 0.56 | 0 | 0.01 | 241.69 | 0.97 | 0.71 |
| Hex | 73 | 6F | FD | 37 | 38 | 0 | 1 | F2 | 61 | 47 |
| Octal | 163 | 157 | 375 | 67 | 70 | 0 | 1 | 362 | 141 | 107 |
| Binary | 1110011 | 1101111 | 11111101 | 110111 | 111000 | 0 | 1 | 11110010 | 1100001 | 1000111 |
Color Harmonies of #736FFD
Complementary color
Monochromatic Colors of #736FFD
Black with #736FFD
Text Example
Text Example
White with #736FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736FFD; }
p { color: rgb(115,111,253); }
H1.HeaderClassName
{
color: #736FFD;
}
.AnyTagClassName
{
color: #736FFD;
}
</style>
background-color css
<style>
a { background-color: #736FFD; }
a { background-color: rgb(115,111,253); }
div.DivClassName
{
background-color: #736FFD;
}
.BgClassName
{
background-color: #736FFD;
}
</style>
border-color css
<style>
span { border-color: #736FFD; }
span { border-color: rgb(115,111,253); }
td.TdClassName
{
border-color: #736FFD;
}
.TagClassName
{
border-color: #736FFD;
}
</style>