Shades of Light Slate Blue #8A65FE
Tints of Light Slate Blue #8A65FE
RGB
CMYK
RGB Variations
Color information
#8A65FE (or 0x8A65FE) is known color: Light Slate Blue. HEX triplet: 8A, 65 and FE. RGB value is (138,101,254). Sum of RGB (Red+Green+Blue) = 138+101+254=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A65FE is #759A01. Grayscale: #808080. Windows color (decimal): -7707138 or 16672138. OLE color: 16672138.
HSL color Cylindrical-coordinate representation of color #8A65FE: hue angle of 254.51º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A65FE is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 101 | 254 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.00 |
| HSL | 254.51º | 0.99% | 0.7% | - |
| HSV(B) | 254.51º | 0.6% | 1% | - |
| XYZ | 33.02 | 21.87 | 96.25 | - |
| YUV | 129.51 | 198.26 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 254 | 0.46 | 0.60 | 0 | 0.00 | 254.51 | 0.99 | 0.7 |
| Hex | 8A | 65 | FE | 2E | 3C | 0 | 0 | FF | 63 | 46 |
| Octal | 212 | 145 | 376 | 56 | 74 | 0 | 0 | 377 | 143 | 106 |
| Binary | 10001010 | 1100101 | 11111110 | 101110 | 111100 | 0 | 0 | 11111111 | 1100011 | 1000110 |
Color Harmonies of #8A65FE
Complementary color
Monochromatic Colors of #8A65FE
Black with #8A65FE
Text Example
Text Example
White with #8A65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A65FE; }
p { color: rgb(138,101,254); }
H1.HeaderClassName
{
color: #8A65FE;
}
.AnyTagClassName
{
color: #8A65FE;
}
</style>
background-color css
<style>
a { background-color: #8A65FE; }
a { background-color: rgb(138,101,254); }
div.DivClassName
{
background-color: #8A65FE;
}
.BgClassName
{
background-color: #8A65FE;
}
</style>
border-color css
<style>
span { border-color: #8A65FE; }
span { border-color: rgb(138,101,254); }
td.TdClassName
{
border-color: #8A65FE;
}
.TagClassName
{
border-color: #8A65FE;
}
</style>