Shades of True V #947BCC
Tints of True V #947BCC
RGB
CMYK
RGB Variations
Color information
#947BCC (or 0x947BCC) is known color: True V. HEX triplet: 94, 7B and CC. RGB value is (148,123,204). Sum of RGB (Red+Green+Blue) = 148+123+204=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #947BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BCC is #6B8433. Grayscale: #8B8B8B. Windows color (decimal): -7046196 or 13400980. OLE color: 13400980.
HSL color Cylindrical-coordinate representation of color #947BCC: hue angle of 258.52º degrees, saturation: 0.44, 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 #947BCC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 123 | 204 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.2 |
| HSL | 258.52º | 0.44% | 0.64% | - |
| HSV(B) | 258.52º | 0.4% | 0.8% | - |
| XYZ | 30.19 | 24.82 | 60.33 | - |
| YUV | 139.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 204 | 0.27 | 0.40 | 0 | 0.2 | 258.52 | 0.44 | 0.64 |
| Hex | 94 | 7B | CC | 1B | 28 | 0 | 14 | 103 | 2C | 40 |
| Octal | 224 | 173 | 314 | 33 | 50 | 0 | 24 | 403 | 54 | 100 |
| Binary | 10010100 | 1111011 | 11001100 | 11011 | 101000 | 0 | 10100 | 100000011 | 101100 | 1000000 |
Color Harmonies of #947BCC
Complementary color
Monochromatic Colors of #947BCC
Black with #947BCC
Text Example
Text Example
White with #947BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BCC; }
p { color: rgb(148,123,204); }
H1.HeaderClassName
{
color: #947BCC;
}
.AnyTagClassName
{
color: #947BCC;
}
</style>
background-color css
<style>
a { background-color: #947BCC; }
a { background-color: rgb(148,123,204); }
div.DivClassName
{
background-color: #947BCC;
}
.BgClassName
{
background-color: #947BCC;
}
</style>
border-color css
<style>
span { border-color: #947BCC; }
span { border-color: rgb(148,123,204); }
td.TdClassName
{
border-color: #947BCC;
}
.TagClassName
{
border-color: #947BCC;
}
</style>