Shades of Light Slate Blue #9567FE
Tints of Light Slate Blue #9567FE
RGB
CMYK
RGB Variations
Color information
#9567FE (or 0x9567FE) is known color: Light Slate Blue. HEX triplet: 95, 67 and FE. RGB value is (149,103,254). Sum of RGB (Red+Green+Blue) = 149+103+254=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #9567FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567FE is #6A9801. Grayscale: #858585. Windows color (decimal): -6985730 or 16672661. OLE color: 16672661.
HSL color Cylindrical-coordinate representation of color #9567FE: hue angle of 258.28º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9567FE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 103 | 254 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.00 |
| HSL | 258.28º | 0.99% | 0.7% | - |
| HSV(B) | 258.28º | 0.59% | 1% | - |
| XYZ | 35.13 | 23.25 | 96.4 | - |
| YUV | 133.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 254 | 0.41 | 0.59 | 0 | 0.00 | 258.28 | 0.99 | 0.7 |
| Hex | 95 | 67 | FE | 29 | 3B | 0 | 0 | 102 | 63 | 46 |
| Octal | 225 | 147 | 376 | 51 | 73 | 0 | 0 | 402 | 143 | 106 |
| Binary | 10010101 | 1100111 | 11111110 | 101001 | 111011 | 0 | 0 | 100000010 | 1100011 | 1000110 |
Color Harmonies of #9567FE
Complementary color
Monochromatic Colors of #9567FE
Black with #9567FE
Text Example
Text Example
White with #9567FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567FE; }
p { color: rgb(149,103,254); }
H1.HeaderClassName
{
color: #9567FE;
}
.AnyTagClassName
{
color: #9567FE;
}
</style>
background-color css
<style>
a { background-color: #9567FE; }
a { background-color: rgb(149,103,254); }
div.DivClassName
{
background-color: #9567FE;
}
.BgClassName
{
background-color: #9567FE;
}
</style>
border-color css
<style>
span { border-color: #9567FE; }
span { border-color: rgb(149,103,254); }
td.TdClassName
{
border-color: #9567FE;
}
.TagClassName
{
border-color: #9567FE;
}
</style>