Shades of True V #957DC7
Tints of True V #957DC7
RGB
CMYK
RGB Variations
Color information
#957DC7 (or 0x957DC7) is known color: True V. HEX triplet: 95, 7D and C7. RGB value is (149,125,199). Sum of RGB (Red+Green+Blue) = 149+125+199=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #957DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DC7 is #6A8238. Grayscale: #8C8C8C. Windows color (decimal): -6980153 or 13073813. OLE color: 13073813.
HSL color Cylindrical-coordinate representation of color #957DC7: hue angle of 259.46º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #957DC7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 125 | 199 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.22 |
| HSL | 259.46º | 0.4% | 0.64% | - |
| HSV(B) | 259.46º | 0.37% | 0.78% | - |
| XYZ | 30.04 | 25.18 | 57.31 | - |
| YUV | 140.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 199 | 0.25 | 0.37 | 0 | 0.22 | 259.46 | 0.4 | 0.64 |
| Hex | 95 | 7D | C7 | 19 | 25 | 0 | 16 | 103 | 28 | 40 |
| Octal | 225 | 175 | 307 | 31 | 45 | 0 | 26 | 403 | 50 | 100 |
| Binary | 10010101 | 1111101 | 11000111 | 11001 | 100101 | 0 | 10110 | 100000011 | 101000 | 1000000 |
Color Harmonies of #957DC7
Complementary color
Monochromatic Colors of #957DC7
Black with #957DC7
Text Example
Text Example
White with #957DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DC7; }
p { color: rgb(149,125,199); }
H1.HeaderClassName
{
color: #957DC7;
}
.AnyTagClassName
{
color: #957DC7;
}
</style>
background-color css
<style>
a { background-color: #957DC7; }
a { background-color: rgb(149,125,199); }
div.DivClassName
{
background-color: #957DC7;
}
.BgClassName
{
background-color: #957DC7;
}
</style>
border-color css
<style>
span { border-color: #957DC7; }
span { border-color: rgb(149,125,199); }
td.TdClassName
{
border-color: #957DC7;
}
.TagClassName
{
border-color: #957DC7;
}
</style>