Shades of True V #7F66C9
Tints of True V #7F66C9
RGB
CMYK
RGB Variations
Color information
#7F66C9 (or 0x7F66C9) is known color: True V. HEX triplet: 7F, 66 and C9. RGB value is (127,102,201). Sum of RGB (Red+Green+Blue) = 127+102+201=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F66C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66C9 is #809936. Grayscale: #787878. Windows color (decimal): -8427831 or 13198975. OLE color: 13198975.
HSL color Cylindrical-coordinate representation of color #7F66C9: hue angle of 255.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F66C9 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 102 | 201 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.21 |
| HSL | 255.15º | 0.48% | 0.59% | - |
| HSV(B) | 255.15º | 0.49% | 0.79% | - |
| XYZ | 24.05 | 18.23 | 57.51 | - |
| YUV | 120.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 201 | 0.37 | 0.49 | 0 | 0.21 | 255.15 | 0.48 | 0.59 |
| Hex | 7F | 66 | C9 | 25 | 31 | 0 | 15 | FF | 30 | 3B |
| Octal | 177 | 146 | 311 | 45 | 61 | 0 | 25 | 377 | 60 | 73 |
| Binary | 1111111 | 1100110 | 11001001 | 100101 | 110001 | 0 | 10101 | 11111111 | 110000 | 111011 |
Color Harmonies of #7F66C9
Complementary color
Monochromatic Colors of #7F66C9
Black with #7F66C9
Text Example
Text Example
White with #7F66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66C9; }
p { color: rgb(127,102,201); }
H1.HeaderClassName
{
color: #7F66C9;
}
.AnyTagClassName
{
color: #7F66C9;
}
</style>
background-color css
<style>
a { background-color: #7F66C9; }
a { background-color: rgb(127,102,201); }
div.DivClassName
{
background-color: #7F66C9;
}
.BgClassName
{
background-color: #7F66C9;
}
</style>
border-color css
<style>
span { border-color: #7F66C9; }
span { border-color: rgb(127,102,201); }
td.TdClassName
{
border-color: #7F66C9;
}
.TagClassName
{
border-color: #7F66C9;
}
</style>