Shades of Light Slate Blue #7376FA
Tints of Light Slate Blue #7376FA
RGB
CMYK
RGB Variations
Color information
#7376FA (or 0x7376FA) is known color: Light Slate Blue. HEX triplet: 73, 76 and FA. RGB value is (115,118,250). Sum of RGB (Red+Green+Blue) = 115+118+250=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7376FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7376FA is #8C8905. Grayscale: #838383. Windows color (decimal): -9210118 or 16414323. OLE color: 16414323.
HSL color Cylindrical-coordinate representation of color #7376FA: hue angle of 238.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7376FA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 118 | 250 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.02 |
| HSL | 238.67º | 0.93% | 0.72% | - |
| HSV(B) | 238.67º | 0.54% | 0.98% | - |
| XYZ | 30.8 | 23.5 | 93.36 | - |
| YUV | 132.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 250 | 0.54 | 0.53 | 0 | 0.02 | 238.67 | 0.93 | 0.72 |
| Hex | 73 | 76 | FA | 36 | 35 | 0 | 2 | EF | 5D | 48 |
| Octal | 163 | 166 | 372 | 66 | 65 | 0 | 2 | 357 | 135 | 110 |
| Binary | 1110011 | 1110110 | 11111010 | 110110 | 110101 | 0 | 10 | 11101111 | 1011101 | 1001000 |
Color Harmonies of #7376FA
Complementary color
Monochromatic Colors of #7376FA
Black with #7376FA
Text Example
Text Example
White with #7376FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7376FA; }
p { color: rgb(115,118,250); }
H1.HeaderClassName
{
color: #7376FA;
}
.AnyTagClassName
{
color: #7376FA;
}
</style>
background-color css
<style>
a { background-color: #7376FA; }
a { background-color: rgb(115,118,250); }
div.DivClassName
{
background-color: #7376FA;
}
.BgClassName
{
background-color: #7376FA;
}
</style>
border-color css
<style>
span { border-color: #7376FA; }
span { border-color: rgb(115,118,250); }
td.TdClassName
{
border-color: #7376FA;
}
.TagClassName
{
border-color: #7376FA;
}
</style>