Shades of Light Slate Blue #736BFF
Tints of Light Slate Blue #736BFF
RGB
CMYK
RGB Variations
Color information
#736BFF (or 0x736BFF) is known color: Light Slate Blue. HEX triplet: 73, 6B and FF. RGB value is (115,107,255). Sum of RGB (Red+Green+Blue) = 115+107+255=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #736BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #736BFF is #8C9400. Grayscale: #7D7D7D. Windows color (decimal): -9212929 or 16739187. OLE color: 16739187.
HSL color Cylindrical-coordinate representation of color #736BFF: hue angle of 243.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #736BFF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 107 | 255 | - |
| CMYK | 0.55 | 0.58 | 0 | 0 |
| HSL | 243.24º | 1% | 0.71% | - |
| HSV(B) | 243.24º | 0.58% | 1% | - |
| XYZ | 30.38 | 21.38 | 97.13 | - |
| YUV | 126.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 255 | 0.55 | 0.58 | 0 | 0 | 243.24 | 1 | 0.71 |
| Hex | 73 | 6B | FF | 37 | 3A | 0 | 0 | F3 | 64 | 47 |
| Octal | 163 | 153 | 377 | 67 | 72 | 0 | 0 | 363 | 144 | 107 |
| Binary | 1110011 | 1101011 | 11111111 | 110111 | 111010 | 0 | 0 | 11110011 | 1100100 | 1000111 |
Color Harmonies of #736BFF
Complementary color
Monochromatic Colors of #736BFF
Black with #736BFF
Text Example
Text Example
White with #736BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BFF; }
p { color: rgb(115,107,255); }
H1.HeaderClassName
{
color: #736BFF;
}
.AnyTagClassName
{
color: #736BFF;
}
</style>
background-color css
<style>
a { background-color: #736BFF; }
a { background-color: rgb(115,107,255); }
div.DivClassName
{
background-color: #736BFF;
}
.BgClassName
{
background-color: #736BFF;
}
</style>
border-color css
<style>
span { border-color: #736BFF; }
span { border-color: rgb(115,107,255); }
td.TdClassName
{
border-color: #736BFF;
}
.TagClassName
{
border-color: #736BFF;
}
</style>