Shades of Light Slate Blue #8065FA
Tints of Light Slate Blue #8065FA
RGB
CMYK
RGB Variations
Color information
#8065FA (or 0x8065FA) is known color: Light Slate Blue. HEX triplet: 80, 65 and FA. RGB value is (128,101,250). Sum of RGB (Red+Green+Blue) = 128+101+250=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #8065FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065FA is #7F9A05. Grayscale: #7D7D7D. Windows color (decimal): -8362502 or 16409984. OLE color: 16409984.
HSL color Cylindrical-coordinate representation of color #8065FA: hue angle of 250.87º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8065FA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 101 | 250 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.02 |
| HSL | 250.87º | 0.94% | 0.69% | - |
| HSV(B) | 250.87º | 0.6% | 0.98% | - |
| XYZ | 30.81 | 20.8 | 92.83 | - |
| YUV | 126.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 250 | 0.49 | 0.60 | 0 | 0.02 | 250.87 | 0.94 | 0.69 |
| Hex | 80 | 65 | FA | 31 | 3C | 0 | 2 | FB | 5E | 45 |
| Octal | 200 | 145 | 372 | 61 | 74 | 0 | 2 | 373 | 136 | 105 |
| Binary | 10000000 | 1100101 | 11111010 | 110001 | 111100 | 0 | 10 | 11111011 | 1011110 | 1000101 |
Color Harmonies of #8065FA
Complementary color
Monochromatic Colors of #8065FA
Black with #8065FA
Text Example
Text Example
White with #8065FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065FA; }
p { color: rgb(128,101,250); }
H1.HeaderClassName
{
color: #8065FA;
}
.AnyTagClassName
{
color: #8065FA;
}
</style>
background-color css
<style>
a { background-color: #8065FA; }
a { background-color: rgb(128,101,250); }
div.DivClassName
{
background-color: #8065FA;
}
.BgClassName
{
background-color: #8065FA;
}
</style>
border-color css
<style>
span { border-color: #8065FA; }
span { border-color: rgb(128,101,250); }
td.TdClassName
{
border-color: #8065FA;
}
.TagClassName
{
border-color: #8065FA;
}
</style>