Shades of Light Slate Blue #7A65FF
Tints of Light Slate Blue #7A65FF
RGB
CMYK
RGB Variations
Color information
#7A65FF (or 0x7A65FF) is known color: Light Slate Blue. HEX triplet: 7A, 65 and FF. RGB value is (122,101,255). Sum of RGB (Red+Green+Blue) = 122+101+255=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65FF is #859A00. Grayscale: #7C7C7C. Windows color (decimal): -8755713 or 16737658. OLE color: 16737658.
HSL color Cylindrical-coordinate representation of color #7A65FF: hue angle of 248.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A65FF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 101 | 255 | - |
| CMYK | 0.52 | 0.60 | 0 | 0 |
| HSL | 248.18º | 1% | 0.7% | - |
| HSV(B) | 248.18º | 0.6% | 1% | - |
| XYZ | 30.73 | 20.66 | 96.98 | - |
| YUV | 124.84 | 201.46 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 255 | 0.52 | 0.60 | 0 | 0 | 248.18 | 1 | 0.7 |
| Hex | 7A | 65 | FF | 34 | 3C | 0 | 0 | F8 | 64 | 46 |
| Octal | 172 | 145 | 377 | 64 | 74 | 0 | 0 | 370 | 144 | 106 |
| Binary | 1111010 | 1100101 | 11111111 | 110100 | 111100 | 0 | 0 | 11111000 | 1100100 | 1000110 |
Color Harmonies of #7A65FF
Complementary color
Monochromatic Colors of #7A65FF
Black with #7A65FF
Text Example
Text Example
White with #7A65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65FF; }
p { color: rgb(122,101,255); }
H1.HeaderClassName
{
color: #7A65FF;
}
.AnyTagClassName
{
color: #7A65FF;
}
</style>
background-color css
<style>
a { background-color: #7A65FF; }
a { background-color: rgb(122,101,255); }
div.DivClassName
{
background-color: #7A65FF;
}
.BgClassName
{
background-color: #7A65FF;
}
</style>
border-color css
<style>
span { border-color: #7A65FF; }
span { border-color: rgb(122,101,255); }
td.TdClassName
{
border-color: #7A65FF;
}
.TagClassName
{
border-color: #7A65FF;
}
</style>