Shades of Light Slate Blue #A77FFC
Tints of Light Slate Blue #A77FFC
RGB
CMYK
RGB Variations
Color information
#A77FFC (or 0xA77FFC) is known color: Light Slate Blue. HEX triplet: A7, 7F and FC. RGB value is (167,127,252). Sum of RGB (Red+Green+Blue) = 167+127+252=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A77FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FFC is #588003. Grayscale: #989898. Windows color (decimal): -5799940 or 16547751. OLE color: 16547751.
HSL color Cylindrical-coordinate representation of color #A77FFC: hue angle of 259.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77FFC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 127 | 252 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.01 |
| HSL | 259.2º | 0.95% | 0.74% | - |
| HSV(B) | 259.2º | 0.5% | 0.99% | - |
| XYZ | 41.1 | 30.42 | 95.8 | - |
| YUV | 153.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 252 | 0.34 | 0.50 | 0 | 0.01 | 259.2 | 0.95 | 0.74 |
| Hex | A7 | 7F | FC | 22 | 32 | 0 | 1 | 103 | 5F | 4A |
| Octal | 247 | 177 | 374 | 42 | 62 | 0 | 1 | 403 | 137 | 112 |
| Binary | 10100111 | 1111111 | 11111100 | 100010 | 110010 | 0 | 1 | 100000011 | 1011111 | 1001010 |
Color Harmonies of #A77FFC
Complementary color
Monochromatic Colors of #A77FFC
Black with #A77FFC
Text Example
Text Example
White with #A77FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FFC; }
p { color: rgb(167,127,252); }
H1.HeaderClassName
{
color: #A77FFC;
}
.AnyTagClassName
{
color: #A77FFC;
}
</style>
background-color css
<style>
a { background-color: #A77FFC; }
a { background-color: rgb(167,127,252); }
div.DivClassName
{
background-color: #A77FFC;
}
.BgClassName
{
background-color: #A77FFC;
}
</style>
border-color css
<style>
span { border-color: #A77FFC; }
span { border-color: rgb(167,127,252); }
td.TdClassName
{
border-color: #A77FFC;
}
.TagClassName
{
border-color: #A77FFC;
}
</style>