Shades of True V #957ACD
Tints of True V #957ACD
RGB
CMYK
RGB Variations
Color information
#957ACD (or 0x957ACD) is known color: True V. HEX triplet: 95, 7A and CD. RGB value is (149,122,205). Sum of RGB (Red+Green+Blue) = 149+122+205=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #957ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACD is #6A8532. Grayscale: #8B8B8B. Windows color (decimal): -6980915 or 13466261. OLE color: 13466261.
HSL color Cylindrical-coordinate representation of color #957ACD: hue angle of 259.52º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957ACD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 122 | 205 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.20 |
| HSL | 259.52º | 0.45% | 0.64% | - |
| HSV(B) | 259.52º | 0.4% | 0.8% | - |
| XYZ | 30.37 | 24.72 | 60.93 | - |
| YUV | 139.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 205 | 0.27 | 0.40 | 0 | 0.20 | 259.52 | 0.45 | 0.64 |
| Hex | 95 | 7A | CD | 1B | 28 | 0 | 14 | 104 | 2D | 40 |
| Octal | 225 | 172 | 315 | 33 | 50 | 0 | 24 | 404 | 55 | 100 |
| Binary | 10010101 | 1111010 | 11001101 | 11011 | 101000 | 0 | 10100 | 100000100 | 101101 | 1000000 |
Color Harmonies of #957ACD
Complementary color
Monochromatic Colors of #957ACD
Black with #957ACD
Text Example
Text Example
White with #957ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ACD; }
p { color: rgb(149,122,205); }
H1.HeaderClassName
{
color: #957ACD;
}
.AnyTagClassName
{
color: #957ACD;
}
</style>
background-color css
<style>
a { background-color: #957ACD; }
a { background-color: rgb(149,122,205); }
div.DivClassName
{
background-color: #957ACD;
}
.BgClassName
{
background-color: #957ACD;
}
</style>
border-color css
<style>
span { border-color: #957ACD; }
span { border-color: rgb(149,122,205); }
td.TdClassName
{
border-color: #957ACD;
}
.TagClassName
{
border-color: #957ACD;
}
</style>