Shades of Slate Blue #734FCB
Tints of Slate Blue #734FCB
RGB
CMYK
RGB Variations
Color information
#734FCB (or 0x734FCB) is known color: Slate Blue. HEX triplet: 73, 4F and CB. RGB value is (115,79,203). Sum of RGB (Red+Green+Blue) = 115+79+203=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #734FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734FCB is #8CB034. Grayscale: #676767. Windows color (decimal): -9220149 or 13324147. OLE color: 13324147.
HSL color Cylindrical-coordinate representation of color #734FCB: hue angle of 257.42º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #734FCB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 79 | 203 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.20 |
| HSL | 257.42º | 0.54% | 0.55% | - |
| HSV(B) | 257.42º | 0.61% | 0.8% | - |
| XYZ | 20.65 | 13.55 | 58.03 | - |
| YUV | 103.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 203 | 0.43 | 0.61 | 0 | 0.20 | 257.42 | 0.54 | 0.55 |
| Hex | 73 | 4F | CB | 2B | 3D | 0 | 14 | 101 | 36 | 37 |
| Octal | 163 | 117 | 313 | 53 | 75 | 0 | 24 | 401 | 66 | 67 |
| Binary | 1110011 | 1001111 | 11001011 | 101011 | 111101 | 0 | 10100 | 100000001 | 110110 | 110111 |
Color Harmonies of #734FCB
Complementary color
Monochromatic Colors of #734FCB
Black with #734FCB
Text Example
Text Example
White with #734FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734FCB; }
p { color: rgb(115,79,203); }
H1.HeaderClassName
{
color: #734FCB;
}
.AnyTagClassName
{
color: #734FCB;
}
</style>
background-color css
<style>
a { background-color: #734FCB; }
a { background-color: rgb(115,79,203); }
div.DivClassName
{
background-color: #734FCB;
}
.BgClassName
{
background-color: #734FCB;
}
</style>
border-color css
<style>
span { border-color: #734FCB; }
span { border-color: rgb(115,79,203); }
td.TdClassName
{
border-color: #734FCB;
}
.TagClassName
{
border-color: #734FCB;
}
</style>