Shades of Light Slate Blue #7380FA
Tints of Light Slate Blue #7380FA
RGB
CMYK
RGB Variations
Color information
#7380FA (or 0x7380FA) is known color: Light Slate Blue. HEX triplet: 73, 80 and FA. RGB value is (115,128,250). Sum of RGB (Red+Green+Blue) = 115+128+250=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #7380FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7380FA is #8C7F05. Grayscale: #898989. Windows color (decimal): -9207558 or 16416883. OLE color: 16416883.
HSL color Cylindrical-coordinate representation of color #7380FA: hue angle of 234.22º 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 #7380FA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 128 | 250 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.02 |
| HSL | 234.22º | 0.93% | 0.72% | - |
| HSV(B) | 234.22º | 0.54% | 0.98% | - |
| XYZ | 32.04 | 25.99 | 93.77 | - |
| YUV | 138.02 | 191.19 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 250 | 0.54 | 0.49 | 0 | 0.02 | 234.22 | 0.93 | 0.72 |
| Hex | 73 | 80 | FA | 36 | 31 | 0 | 2 | EA | 5D | 48 |
| Octal | 163 | 200 | 372 | 66 | 61 | 0 | 2 | 352 | 135 | 110 |
| Binary | 1110011 | 10000000 | 11111010 | 110110 | 110001 | 0 | 10 | 11101010 | 1011101 | 1001000 |
Color Harmonies of #7380FA
Complementary color
Monochromatic Colors of #7380FA
Black with #7380FA
Text Example
Text Example
White with #7380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380FA; }
p { color: rgb(115,128,250); }
H1.HeaderClassName
{
color: #7380FA;
}
.AnyTagClassName
{
color: #7380FA;
}
</style>
background-color css
<style>
a { background-color: #7380FA; }
a { background-color: rgb(115,128,250); }
div.DivClassName
{
background-color: #7380FA;
}
.BgClassName
{
background-color: #7380FA;
}
</style>
border-color css
<style>
span { border-color: #7380FA; }
span { border-color: rgb(115,128,250); }
td.TdClassName
{
border-color: #7380FA;
}
.TagClassName
{
border-color: #7380FA;
}
</style>