Shades of True V #947CC7
Tints of True V #947CC7
RGB
CMYK
RGB Variations
Color information
#947CC7 (or 0x947CC7) is known color: True V. HEX triplet: 94, 7C and C7. RGB value is (148,124,199). Sum of RGB (Red+Green+Blue) = 148+124+199=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #947CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CC7 is #6B8338. Grayscale: #8B8B8B. Windows color (decimal): -7045945 or 13073556. OLE color: 13073556.
HSL color Cylindrical-coordinate representation of color #947CC7: hue angle of 259.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947CC7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 124 | 199 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.22 |
| HSL | 259.2º | 0.4% | 0.63% | - |
| HSV(B) | 259.2º | 0.38% | 0.78% | - |
| XYZ | 29.73 | 24.83 | 57.26 | - |
| YUV | 139.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 199 | 0.26 | 0.38 | 0 | 0.22 | 259.2 | 0.4 | 0.63 |
| Hex | 94 | 7C | C7 | 1A | 26 | 0 | 16 | 103 | 28 | 3F |
| Octal | 224 | 174 | 307 | 32 | 46 | 0 | 26 | 403 | 50 | 77 |
| Binary | 10010100 | 1111100 | 11000111 | 11010 | 100110 | 0 | 10110 | 100000011 | 101000 | 111111 |
Color Harmonies of #947CC7
Complementary color
Monochromatic Colors of #947CC7
Black with #947CC7
Text Example
Text Example
White with #947CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CC7; }
p { color: rgb(148,124,199); }
H1.HeaderClassName
{
color: #947CC7;
}
.AnyTagClassName
{
color: #947CC7;
}
</style>
background-color css
<style>
a { background-color: #947CC7; }
a { background-color: rgb(148,124,199); }
div.DivClassName
{
background-color: #947CC7;
}
.BgClassName
{
background-color: #947CC7;
}
</style>
border-color css
<style>
span { border-color: #947CC7; }
span { border-color: rgb(148,124,199); }
td.TdClassName
{
border-color: #947CC7;
}
.TagClassName
{
border-color: #947CC7;
}
</style>