Shades of Light Slate Blue #747FFC
Tints of Light Slate Blue #747FFC
RGB
CMYK
RGB Variations
Color information
#747FFC (or 0x747FFC) is known color: Light Slate Blue. HEX triplet: 74, 7F and FC. RGB value is (116,127,252). Sum of RGB (Red+Green+Blue) = 116+127+252=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #747FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FFC is #8B8003. Grayscale: #898989. Windows color (decimal): -9142276 or 16547700. OLE color: 16547700.
HSL color Cylindrical-coordinate representation of color #747FFC: hue angle of 235.15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747FFC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 127 | 252 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.01 |
| HSL | 235.15º | 0.96% | 0.72% | - |
| HSV(B) | 235.15º | 0.54% | 0.99% | - |
| XYZ | 32.36 | 25.92 | 95.39 | - |
| YUV | 137.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 252 | 0.54 | 0.50 | 0 | 0.01 | 235.15 | 0.96 | 0.72 |
| Hex | 74 | 7F | FC | 36 | 32 | 0 | 1 | EB | 60 | 48 |
| Octal | 164 | 177 | 374 | 66 | 62 | 0 | 1 | 353 | 140 | 110 |
| Binary | 1110100 | 1111111 | 11111100 | 110110 | 110010 | 0 | 1 | 11101011 | 1100000 | 1001000 |
Color Harmonies of #747FFC
Complementary color
Monochromatic Colors of #747FFC
Black with #747FFC
Text Example
Text Example
White with #747FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FFC; }
p { color: rgb(116,127,252); }
H1.HeaderClassName
{
color: #747FFC;
}
.AnyTagClassName
{
color: #747FFC;
}
</style>
background-color css
<style>
a { background-color: #747FFC; }
a { background-color: rgb(116,127,252); }
div.DivClassName
{
background-color: #747FFC;
}
.BgClassName
{
background-color: #747FFC;
}
</style>
border-color css
<style>
span { border-color: #747FFC; }
span { border-color: rgb(116,127,252); }
td.TdClassName
{
border-color: #747FFC;
}
.TagClassName
{
border-color: #747FFC;
}
</style>