Shades of Light Slate Blue #7581FF
Tints of Light Slate Blue #7581FF
RGB
CMYK
RGB Variations
Color information
#7581FF (or 0x7581FF) is known color: Light Slate Blue. HEX triplet: 75, 81 and FF. RGB value is (117,129,255). Sum of RGB (Red+Green+Blue) = 117+129+255=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #7581FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581FF is #8A7E00. Grayscale: #8B8B8B. Windows color (decimal): -9076225 or 16744821. OLE color: 16744821.
HSL color Cylindrical-coordinate representation of color #7581FF: hue angle of 234.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7581FF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 129 | 255 | - |
| CMYK | 0.54 | 0.49 | 0 | 0 |
| HSL | 234.78º | 1% | 0.73% | - |
| HSV(B) | 234.78º | 0.54% | 1% | - |
| XYZ | 33.24 | 26.7 | 98.01 | - |
| YUV | 139.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 255 | 0.54 | 0.49 | 0 | 0 | 234.78 | 1 | 0.73 |
| Hex | 75 | 81 | FF | 36 | 31 | 0 | 0 | EB | 64 | 49 |
| Octal | 165 | 201 | 377 | 66 | 61 | 0 | 0 | 353 | 144 | 111 |
| Binary | 1110101 | 10000001 | 11111111 | 110110 | 110001 | 0 | 0 | 11101011 | 1100100 | 1001001 |
Color Harmonies of #7581FF
Complementary color
Monochromatic Colors of #7581FF
Black with #7581FF
Text Example
Text Example
White with #7581FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581FF; }
p { color: rgb(117,129,255); }
H1.HeaderClassName
{
color: #7581FF;
}
.AnyTagClassName
{
color: #7581FF;
}
</style>
background-color css
<style>
a { background-color: #7581FF; }
a { background-color: rgb(117,129,255); }
div.DivClassName
{
background-color: #7581FF;
}
.BgClassName
{
background-color: #7581FF;
}
</style>
border-color css
<style>
span { border-color: #7581FF; }
span { border-color: rgb(117,129,255); }
td.TdClassName
{
border-color: #7581FF;
}
.TagClassName
{
border-color: #7581FF;
}
</style>